Hi,

I'm hacking together a quick-and-dirty bash script for controlling/setting
up audio/midi interfaces in Linuxsampler by sending LSCP commands.

Sending the commands seems absolutely fine, but using the 'GET' commands to
recieve data from Linuxsampler, for example info about a sampler channel,
don't appear to return data consistently or "in time"?

Command I'm using:
echo "GET CHANNEL INFO 1" | nc -q 1 -t localhost 8888

Sometimes it'll return the channel info immediately, other times
Linuxsampler returns nothing at all, though the connection is established
and terminated.

Thanks,

Andrew.
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to