|
From: Christian S. <sch...@li...> - 2014-04-14 11:13:40
|
On Sunday 13 April 2014 22:04:36 Nicola Pandini wrote: > I forgot to mention that: > - I successfully load the .lscp if I open it with QSampler and Fantasia. Those have a "natural" delay between sending the LSCP commands, since QSampler and Fantasia are also executing their UI code in between. > - I also successfully load the .lscp with netcat if I set netcat -i 1 > (-i 1 means that netcat waits 1 second between each line of text, but > unfortunately you can't tell netcat to wait less than 1 second, so it > will take too much time to finish). And which type of LSCP commands fail actually? A simple cat whatever.lscp | netcat localhost 8888 "should" always work without problems. If not, then it is most probably a bug in the sampler, which should be fixed. My guess is that it might be something about MIDI instruments. CU Christian |