More significantly just follow the CVS instructions from here.
Note that to install from the cvs source you must first install:
cvs, automake, g++, and respective dependencies, all of which are available through synaptic.
In addition either libsndfile or libaudiofile with the 'dev' files must also be installed.
Installing JSampler/Fantasia found here.
wrote the following script to launch JSampler: /usr/local/bin/fantasia
with help from here.
#!/bin/bash
linuxsampler &
samplerPID=$!
java -jar /opt/Fantasia-0.8a.jar
kill $samplerPID
Configure linuxsampler for jack support with > ./configure --enable-jack
Tutorial on setting up VTPO virtual orchestra with JSampler/Miditzer in Puppy Linux!
No comments:
Post a Comment