[X] The "/vmpk/vmpk-0.2.5-setup.exe" file could not be found or is not available. Please select another file.

Industrial grade software synthesizer, 8 times multitimperal, monophonic. FM/ subtractive synthesis with morphing filter. Standalone JACK application, controlled via Midi.


http://minicomputer.sourceforge.net





Separate each tag with a space.

Release Date:

2009-01-20

Topics:

License:

Ratings and Reviews

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.

Project Feed

  • Tracker artifact added

    posted by herrsteiner 95 days ago

  • Code committed

    herrsteiner committed revision 101 to the Minicomputer SVN repository, changing 2 files

    posted by herrsteiner 96 days ago

  • Code committed

    herrsteiner committed revision 100 to the Minicomputer SVN repository, changing 1 files

    posted by herrsteiner 96 days ago

  • Code committed

    herrsteiner committed revision 99 to the Minicomputer SVN repository, changing 2 files

    posted by herrsteiner 96 days ago

  • Tracker artifact added

    posted by herrsteiner 115 days ago

  • Code committed

    herrsteiner committed revision 98 to the Minicomputer SVN repository, changing 4 files

    posted by herrsteiner 116 days ago

  • minicomputer v1.3 file released: MinicomputerV1.3.tar.gz

    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

    posted 293 days ago

  • version 1.3 released

    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.

    posted by herrsteiner 293 days ago

  • File released: /minicomputer/v1.3/MinicomputerV1.3.tar.gz

    posted 293 days ago

  • gcc 4.3 and Minicomputer

    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"

    posted by herrsteiner 527 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Minicomputer Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review