|
From: rosea.grammostola <ros...@gm...> - 2012-03-13 09:30:42
|
On 03/12/2012 03:42 PM, Christian Schoenebeck wrote: > On Sunday 11 March 2012 20:34:43 rosea.grammostola wrote: >> Is it possible to run multiple instance of Linuxsampler or load multiple >> lscp files (via commandline) into LinuxSampler? > > Both is possible. You can run multiple instances of linuxsampler, but you > should then override the TCP port on which the other instances shall listen to > by launching the sampler like: > > linuxsampler --lscp-port 8889 > linuxsampler --lscp-port 8890 > ... > > However usually it doesn't make much sense to run several instances of the > server. Especially it will waste more resources, e.g. global audio buffers > which cannot be shared among several sampler instances. > > And of course you can also feed several LSCP files into the sampler, even at > the same time. You don't need to spawn new sampler instances for that. If I try to load multiple instances, one replaces the other cat Template1.lscp | nc localhost 8888 cat template2.lscp | nc localhost 8888 Template 2 replaces template 1. They are not both loaded. \r |