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

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
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-dev2
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to