-
buzzr
I've been working on trying to make an envelope follower react to the audio input to make an audio switch turn on when the input is active and off when it's not. I've been using the adc~ to *~ to Env~ to a toggle switch (which doesn't work with an audio input). It kind of works but I need a release and an attack.
Any suggestions?
-
-
buzzr
What I mean by audio switch is just an on/off switch for audio. And that switch is controlled by the audio input. Depending on the amount of velocity coming into the input whether it turns the switch on or off. I tried threshold~ and env~ but I don't know how to put these together to make it work with audio. I'm a newbie..