You are here

Add new comment

rncbc's picture

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:

  1. extract the source from svn repository:
    svn export https://www.rncbc.org/svn/test/synthv1 synthv1-svn
  2. move to the just extracted sub-directory:
    cd synthv1-svn
  3. prepare the makefile for build with qmake (qmake-qt4 on some distros):
    qmake synthv1_jack.pro
  4. compile/build it away:
    make
  5. you can run it from right there:
    ./synthv1_jack
  6. connect MIDI input and audio outputs using your preferred JACK and/or ALSA connection manager or patchbay
  7. play something... :)

hth.
cheers