On Mon, Feb 09, 2004 at 02:13:57 -0500, Dave Robillard wrote:
When ardour is
in use I imagine a feature where the output ports of a
program can appear as a seperate module from the input ports would be
handy (so that [ardour output]->[effects chain]->[ardour input] can be
drawn without a loop).
I planned on this from day one, not because of ardour but because of
alsa_pcm. Audio input and output being on the same module always screws
things up pretty bad when you're running loops (like ardour).
This should be detectable automatically by looking at the
JackPortIsTerminal flag or whatever its called. Though being able to
override it by hand is good too.
- Steve