how to modify audio from track id N, with N changing in time ???
Hi,
I know it is an issue, to be able to route from audio form Max to audio in different Live tracks, and viceversa. But i do not know if there is a good solution yet.
Using pluginsend and receive could be something, using buffer~ also....
But my aim is to catch the audio from track (or better, clip) N and modify it in max and sendit back to Live in track N. But the track id, N, will change.... so how can i do that without using a device in each track???
So, in summary i want to modify track N, with N changing in time....
EDIT: -------------------
mmm, there is a possible way, is to make a global return track, with all the tracks in send mode, and a return track for the device is going to modify the audio. When the device decides which track to modify, it puts to zero the send of the track to the main return track and puts the send of the device track (a return track) to one....
that is a good solution !!!!!
here is the clue:
https://cycling74.com/forums/more-than-2-output-signals-in-max-for-live-instruments
---------------------------
thank you , and excuse me if the answer is easy; i looked all around and did not get it----- :-)
Check out current_input_routing and current_input_sub_routing properties of live_set tracks N. Maybe you can put the device on a track and set that track's input routings to choose audio from any other track.
Create a live set where the first two tracks are named A and B. Then put this code in a max audio effect in a third audio track. You should be able to set the audio input of the third track with the live.tab. Then the audio will go to the max device for processing.
Make sense?
Hi, benj3737.
Thank you for your replay.
Sounds good!!! very good idea !!!!
With that i can do exactly what i was looking for. I also did it with the "Change Sends Values" technique....
Only one problem: i am getting audio clicks because the sudden change... to solve with setting audio volume to zero and up smoothly...
i have done a version where i also set the subrouting to Post FX (how can i paste that to this post as you did???)
thank you VERY MUCH !!!!
To post stuff, highlight the objects that you want to copy, go to Edit->Copy Compressed, then paste it into the forum
great , thanks.