You are here

Add new comment

The Vee One Prototype

aka. synthv1--as announced last week on IRC (#lad, #qtractor and #opensourcemusicians)--an old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx.

synthv1

take no prisoners:

http://www.rncbc.org/snapshots/#synthv1

upstream svn trunk:

http://svn.code.sf.net/p/synthv1/trunk

LV2 URI:

https://www.rncbc.org/svn/test/synthv1
http://synthv1.sourceforge.net/lv2

nb. licensed under the GPLv2 or later.

install options:

  1. pure stand-alone JACK client, with JACK-session and ALSA-MIDI input support:

    qmake synthv1_jack.pro && make [install]

    target install paths:
    /usr/local/bin/synthv1_jack (debug, default*)

  2. LV2 instrument plugin:

    qmake synthv1_lv2.pro && make install

    target install paths:
    /usr/local/lib/synthv1.lv2 (debug, default*)

  3. (*) edit corresponding .pro file for proper debug/release target.

    cheers && enjoy.