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

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to