El dom, 13-02-2005 a las 15:36 -0800, Mark Knecht escribió:

> 
> The '0' & '1' are the real channel numbers that LinuxSampler has
> assigned to my set of commands. I do not know how to capture this
> response back into my script.

what if you try:
OUTPUT=`echo "ADD CHANNEL" | nc localhost 8888`

or

OUTPUT=$(echo "ADD CHANNEL" | nc localhost 8888) 






--
gentoo-user@gentoo.org mailing list

Reply via email to