You are here

Add new comment

Yet Another Vee One Prototype

following in the same vein, like "look mamma, I've made this!", here goes yet another proto-toy called samplv1--an(other) old-school all-digital (of course) polyphonic sampler synthesizer with stereo fx.

samplv1

have a sample:

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

upstream svn trunk:

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

LV2 URI:

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

still rough in the edges but pretty functional; as the previous one, it comes in both forms of a JACK stand-alone client and a LV2 instrument plug-in.

have fun.

install options:

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

    qmake samplv1_jack.pro && make [install]

    target install paths:
    ~/bin (debug, default*)

  2. LV2 instrument plugin:

    qmake samplv1_lv2.pro && make install

    target install paths:
    ~/.lv2 (debug, default*)

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

    cheers && enjoy.