Hi!
I wonder if there is any way to redirect audio. I mean break audio route and redirect it under conditon. Some kind of [route~]
Re-routing audio
Hi!
I wonder if there is any way to redirect audio. I mean break audio route and redirect it under conditon. Some kind of [route~]
[catch~] and [throw~]?
also [send~] and [recieve~]
or maybe you mean:
[expr~ $v1*(1-$v2); $v1*$v2]
or similar, basically like panning a mono signal either left (when $v2 is 0) or right (when $v2 is 1).
Thanks for response.
[catch~] and [throw~] did the thing, but the other solution (that i don't fully understand ) is quite interesting. I have to try it.
Oops! Looks like something went wrong!