How to route a device output to some track IN ?
Hi,
I want to make a device that will search if a track called "KUE" exists, and then will allow to route the incoming audio of the device to the "KUE" track.
I'm aware of the "BrowseRouting" abstraction, but I'd rather not using it for several reasons. Any help ?
Here's where I'm at (attached file).
Here is a patch/abstraction that may be helpful.
It allows to set the input type of a track, using track ID and type name,
and can easily be adapted for setting the output type.
Thanks broc.
I'm still struggling to get this working, unfortunately. I'm making a lot of trial and error, this whole system looks so convoluted to me.
The main difference here is I don't want to set the output of a track, but one of the output of the device.
I think I got it. Thanks !