Hm. I think it´s more helpful to start one linuxsampler on port 8888 and 
another on port 8889. then you can do this:

cat Template1.lscp | nc localhost 8888

cat template2.lscp | nc localhost 8889 <--- REMEMBER!

this should work. you can now connect each linuxsampler in jack or whatever you 
want to do woth this two samplers. and: with this setup you don´t need to
reset something.

greetings!


Am Tue, 13 Mar 2012 11:00:18 +0100
schrieb Christian Schoenebeck <schoeneb...@linuxsampler.org>:

> On Tuesday 13 March 2012 10:30:24 rosea.grammostola wrote:
> > 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.
> 
> The sampler has no idea that you want to replace the whole session with the 
> 2nd file.
> 
> To achieve what you are doing, you have to place a "RESET" command at the 
> beginning of your LSCP files.
> 
> http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html#RESET
> 
> CU
> Christian
> 
> ------------------------------------------------------------------------------
> 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



-----
Musix-Blog - Über meine Kompositionen - http://www.musix-de.blogspot.com
Musix-Wiki - Den Computer zum Komponieren einrichten - http://www.musix-wiki.org

Klavierunterricht in Köln - http://www.koelnklassik.de/klavierunterricht.htm

Markus W. Kropp
Buchholzstr. 36
51061 Köln
Tel.:0221-4719703

kr...@koelnklassik.de

------------------------------------------------------------------------------
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