On Sat, May 09, 2009 at 10:56:01AM +0200, Julien Claassen wrote:
Hi Ken!
Which version of ecasound do you use? The syntax you gvae sounds a
little strange to me. In the old days I always used:
ecasound -i jack_auto,client -o output.wav
Today I'd use:
ecasound -i jack_multi,client:port1 -o output.wav
(additional ports can easily be added, by typing comma "," and adding
another full port name of a remote client.)
Aha, that must be it! It would work if I'd manually connect the synth to the ecasound
instance.
So -i jack,clientname will not actually connect to the client. -i jack_auto,clientname
will.
I will try jack_multi. I'm using 2.4.6.1-2 of Ecasound, but an old onlline tutorial to
generate the command lines.
Thanks!
-ken