How to route a device output to some track IN ?

chapelier fou's icon

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).

CF_Kue_Router.amxd
amxd 35.49 KB

broc's icon

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.

Max Patch
Copy patch and select New From Clipboard in Max.

chapelier fou's icon

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.

chapelier fou's icon

I think I got it. Thanks !

Max Patch
Copy patch and select New From Clipboard in Max.