How to set gate of my patch
Hi everyone,
I want to select which articulation i want to use, and there are pluck string and arco. However,
I don't know how to use select or gate or switch objects to switch which one I want to use in my project. For the output of either p pluck or p arco, the output is a signal that connects to the biquad. Hope someone can help be to solve this problem, thanks


See the help files for these objects:
Switching numbers
[gate] routes one number input to one selected number output
[switch] routes one selected number input to one number output
Switching audio signals
[gate~] routes one signal input to one selected signal output
[selector~] routes one selected signal input to one signal output
Multiple switches
[router] can route any number input to any number output
[matrix~] can route any audio signal input to any audio signal output
Oh!! thanks for the clear explanation, I appreciate it. Solved it now, thanks again