re. V1 most basic How To it's up there on the blog post itself :) i'll write down here some more detailed instructions for the JACK stand-alone client case: extract the source from svn repository: svn export https://www.rncbc.org/svn/test/synthv1 synthv1-svn move to the just extracted sub-directory: cd synthv1-svn prepare the makefile for build with qmake (qmake-qt4 on some distros): qmake synthv1_jack.pro compile/build it away: make you can run it from right there: ./synthv1_jack connect MIDI input and audio outputs using your preferred JACK and/or ALSA connection manager or patchbay play something... :) hth. cheers Reply
it's up there on the blog post itself :)
i'll write down here some more detailed instructions for the JACK stand-alone client case:
svn export https://www.rncbc.org/svn/test/synthv1 synthv1-svn
cd synthv1-svn
qmake synthv1_jack.pro
make
./synthv1_jack
hth.
cheers