|
From: Christian S. <sch...@li...> - 2012-03-12 15:38:55
|
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. > This would give you more possibilities and especially more flexibility. What are you trying to achieve? CU Christian |