Search found 2 matches
- Sat Feb 19, 2011 12:56 am
- Forum: Newbies & Support
- Topic: Linuxsampler without a frontend
- Replies: 2
- Views: 4979
Re: Linuxsampler without a frontend
For the above script to work properly, I had to enter a few seconds of sleep: linuxsampler & sleep 5 cat ~/jsampler_jack.lscp | netcat localhost 8888 & To shut it down, I simply kill it with another script when I'm done: killall -w linuxsampler I'm saving a lot of time setting up Fantasia just once ...
- Fri Feb 18, 2011 5:31 pm
- Forum: Newbies & Support
- Topic: Linuxsampler without a frontend
- Replies: 2
- Views: 4979
Linuxsampler without a frontend
In order to save time, resources and desktop space, I decided to make an audio session script and run linuxsampler from the command line. I got the LSCP script from Fantasia, and it works fine. But I'm a little fuzzy about how Linuxsampler really runs on my system, and perhaps most importantly, how ...