Re: [Linuxsampler-devel] lscp loader

2014-04-25 Thread Stjepan Horvat
Thanks for caring..I appriciate it.. On Apr 25, 2014 6:29 PM, "Nicola Pandini" wrote: > I tried with debug-level=2 several times, but the problem didn't occurs. > To make it occurs, I had to compile linuxsampler with the following > options: > ./configure --enable-debug-level=2 --enable-refill-st

Re: [Linuxsampler-devel] lscp loader

2014-04-25 Thread Nicola Pandini
I tried with debug-level=2 several times, but the problem didn't occurs. To make it occurs, I had to compile linuxsampler with the following options: ./configure --enable-debug-level=2 --enable-refill-streams=2 --enable-stream-size=32 --enable-preload-samples=65536 --enable-max-voices=200 --

Re: [Linuxsampler-devel] lscp loader

2014-04-14 Thread Christian Schoenebeck
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. >

Re: [Linuxsampler-devel] lscp loader

2014-04-13 Thread Nicola Pandini
I forgot to mention that: - I successfully load the .lscp if I open it with QSampler and Fantasia. - 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 se

Re: [Linuxsampler-devel] lscp loader

2014-04-13 Thread Christian Schoenebeck
On Sunday 13 April 2014 14:38:17 Stjepan Horvat wrote: > is there a way to see what did sampler recive before it has send its data > for loading? Sure! Recompile the server with increased debug level: ./configure --enable-debug-level=2 make Debug level 2 like suggested, shoul

Re: [Linuxsampler-devel] lscp loader

2014-04-13 Thread Stjepan Horvat
is there a way to see what did sampler recive before it has send its data for loading? On Apr 13, 2014 2:04 PM, "Christian Schoenebeck" < schoeneb...@linuxsampler.org> wrote: > On Sunday 13 April 2014 13:51:02 Stjepan Horvat wrote: > > no..it just doesnt complete the config loading..its like i

Re: [Linuxsampler-devel] lscp loader

2014-04-13 Thread Christian Schoenebeck
On Sunday 13 April 2014 13:51:02 Stjepan Horvat wrote: > no..it just doesnt complete the config loading..its like if it never comes > to the server.. It's very unlikely that this misbehavior could be a bug in netcat, bash or the TCP/IP stack of your OS. It rather sounds like a bug in the sampler'

Re: [Linuxsampler-devel] lscp loader

2014-04-13 Thread Stjepan Horvat
no..it just doesnt complete the config loading..its like if it never comes to the server.. On Apr 13, 2014 1:49 PM, "Christian Schoenebeck" < schoeneb...@linuxsampler.org> wrote: > On Sunday 13 April 2014 07:13:07 Stjepan Horvat wrote: > > i have tried all kinds of netcats and combinations of invo

Re: [Linuxsampler-devel] lscp loader

2014-04-13 Thread Christian Schoenebeck
On Sunday 13 April 2014 07:13:07 Stjepan Horvat wrote: > i have tried all kinds of netcats and combinations of invoking the config > file but non is 100% relieble when i try to load it using bash script or > systemd at startup..for example i have 27 channels and 27 instruments..it > stops at 24 or

Re: [Linuxsampler-devel] lscp loader

2014-04-12 Thread Stjepan Horvat
i have tried all kinds of netcats and combinations of invoking the config file but non is 100% relieble when i try to load it using bash script or systemd at startup..for example i have 27 channels and 27 instruments..it stops at 24 or 26.. --