Turning on/off just one ADC
Hello everyone,
I think my question is going to sound stupid, but I'm a beginner, and I'm stuck on something pretty easy I think, even doing much harder on the side.
I can't find a simple way to activate (or not) one of the adc inputs while playing in real time. Specifically: I have two mics, but I want to activate both only in the second part of the piece (at the beginning only the first mic needs to be activated). I don't know if I can put this in my coll, or with a toggle linked to my matrix...? And I can't find anything on the help.
I know it will probably be very easy, I'm just frustrated because I think I already have the answer in front of my eyes haha
Thank you so much!
unmute inputs using whatever you prefer, gate~, selector~, also matrix~ etc

it now depends what you want to use to switch that toggle.
or send 1 or 0 directly to gate~
consider the [dac~] and [adc~] object to be the runtime as a whole (or actually the IO driver) , and instances of it to be more or less a monolith (just like those objects with custom names, buffer~ foo)
while "stopwindow" does not even exist, you will also find that "startwindow" does not do what most people think; it does not only start the dsp in this patcher, it also mutes the DSP all other patchers.
normally there is no reason to turn DSP off in subcircuits, a [*~ 0] or a [gate~] which will output zero whenever you wish does the same.