Re: [ecasound] How to get server-option or better remote interaction going?

From: Kai Vehmanen <kvehmanen@email-addr-hidden>
Date: Tue Mar 17 2009 - 22:03:52 EET

Hi,

On Tue, 17 Mar 2009, Klaus Schulz wrote:

> I would like to control ecasound via the  "server" tcp interface.
[...]
> echo "-ea:50" | nc  -w5 localhost  2868

that works with minor adjustment - you need to add a "\r\n" at the end
of commands:

echo -e "-ea:50\r\n" | nc  -w5 localhost  2868

... and now it works. To help debugging, you can pass "-ddd" to the
ecasound instance to see what is going on.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com

_______________________________________________
Ecasound-list mailing list
Ecasound-list@email-addr-hidden
https://lists.sourceforge.net/lists/listinfo/ecasound-list
Received on Wed Mar 18 00:15:01 2009

This archive was generated by hypermail 2.1.8 : Wed Mar 18 2009 - 00:15:02 EET