Industrial grade software synthesizer, 8 times multitimperal, monophonic. FM/ subtractive synthesis with morphing filter. Standalone JACK application, controlled via Midi.
Be the first to post a text review of Minicomputer. Rate and review a project by clicking thumbs up or thumbs down in the right column.
1.3 19.Januar 2009 - improved: envelopes, now more exponential behaviour, changed range of decay knobs - fix: some compiling troubles with new GCC because of old includes - fix: changed a bit the presets for fitting better together volumewise 1.2 1.May 2008 - new: installer/deinstaller - new: installerscript for presets - new: unified behaviour, editor is called now minicomputer and when started by user, launches the core and shuts it down too - fix: improved midihandling while using less cpu cycles - fix: backup of memory files should work now 1.1 9.March.2008 - new: parameter -port for specifying the OSC port so more than one instance can be run easily - fix: color bug at the editor, should be now the default colors - fix: zombification bug which happens with newer Jack versions - fix: new, nonblocking midi thread at the engine - todo: implement nonblocking midi thread at the editor too 1.0 19.Feb.2008 initial public release
Today the new version 1.3 is released. Main changes are a better compatibility to current gcc compilers and better envelopes. They are now sort of exponential and have a better punch imho.
Today I added the patch Leslie P. Polzer sent me a while ago concerning some legacy includes which doesn't work with gcc/g++ 4.3 and onwards (I still have a slightly older version which doesnt give me any trouble) . I reworked some headers and commit it to the SVN. Expect a 1.2.1 version soon, which is just a maintenance release. Here is the patch anyway, thanks Leslie!: Index: editor/Memory.h =================================================================== --- editor/Memory.h(revision 92) +++ editor/Memory.h(working copy) @@ -25,11 +25,13 @@ #include <string> //string //#include <boost/archive/text_oarchive.hpp> //#include <boost/archive/text_iarchive.hpp> -#include <stdio.h> -#include <stdlib.h> +#include <cstdio> +#include <cstdlib> +#include <cerrno> +#include <cstring> - #include <unistd.h> - #include <errno.h> +#include <unistd.h> + #include "../common.h" using namespace std; //#include "patch.h"
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?