start LinuxSampler with .lscp script

Post fully complete "how to" guides and tutorials here. This is a great place to get feedback on stuff you might put in the wiki.

Moderators: MattKingUSA, khz

Post Reply
studio32

start LinuxSampler with .lscp script

Post by studio32 »

You can start LS with an exported .lscp script

Start LS as usual in a terminal

Code: Select all

linuxsampler --instruments-db-location ~/instruments.db
Then in another terminal/tab in the directory where you saved your .lscp script

Code: Select all

cat name.lscp | netcat localhost 8888
And then start for example Fantasia

Code: Select all

java -jar Fantasia-0.8a-cvs3.jar
Post Reply