On Sunday 12 February 2006 18:02, David Akbari wrote: > As far as connecting a Csound process to a specific Jack port or > process via the Csound commandline, I am not sure of a way to do this. > It seems like Qjackctl/jackd like to decide where routing happens and > to what. How about this ? "Connecting Csound to other JACK clients By default, no connections are made (you need to use jack_connect); however, the plugin can connect to ports specified as '-iadc:portname_prefix' or '-odac:portname_prefix'. portname_prefix is the full name of a port without a channel number, such as 'alsa_pcm:capture_' (for -i adc), or 'alsa_pcm:playback_' (for -o dac)." See also http://csounds.com/manual/html/using.html#csound5jack