help needed with eci syntax

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: help needed with eci syntax
From: Tony Leake (tony_leake_AT_hotmail.com)
Date: Sat Sep 28 2002 - 13:08:19 EEST


Hi,

It's a while since I used eci syntax and I'm having a little trouble.

If i issue the following commands after ecasound -c everything works as
expected:
cs-add chains
ao-add /dev/dsp
ai-add /tmp/01follow_me.mp3
c-add t1
ai-attach
ao-attach
cs-connect
start

However if I change it to:
cs-add chains
ai-add /dev/dsp
ao-add /dev/dsp
ai-add /tmp/01follow_me.mp3
ao-add /tmp/01follow_me.mp3
c-add t1
ai-select /tmp/01follow_me.mp3
ai-attach
ao-select /dev/dsp
ao-attach
cs-connect
start

This crashes my machine (Mandrake Linux). Now it has to be something to do
with having the same file or device set up as inputs and outputs but I'm
sure I have only connected one of each to the chain. I could have sworn I
have used this syntax before.

I know this doesn't make much sense in interactive mode but in an
application i find it easy to add all possible inputs and outputs up front
then just connect them as needed.

Thanks
Tony

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sat Sep 28 2002 - 13:07:02 EEST