On Thu, 4 Mar 2010, Josh Lawrence wrote:
actual file:
ftp://ftp.suse.com/pub/people/mana/jackMiniSynth.c
not being a programmer, I'm not sure how to compile it (I'm used to
./configure, make, make install); can someone help me out with the
proper way to get this going?
Pretty cool looking. Here you go:
$ gcc \
`pkg-config --cflags --libs jack` \
`pkg-config --cflags --libs alsa` \
-o jackMiniSynth \
jackMiniSynth.c
-gabriel