|
From: Andrew C <cou...@gm...> - 2021-12-21 14:46:38
|
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. |