A Logic Cookbook for Synthesis

Modulate during the release phase of envelope

Attibution: mdoudoroff

A NOR circuit will go high when all inputs are low

If you patch a copy of the gate you send an ADSR (or ASR) envelope to the input on a NOR circuit, the NOR output will be low when your gate is high and high when your gate is low. This NOR output patched to, say, a VCA, allows you to do things to your voice that only manifest during note release.

Note: NOR is the inverse of OR; some logic modules don’t explicitly offer a NOR output, but they offer an INVERSE output, so if you use the OR circuit, taking the INVERSE output is the same as NOR.

Example:

Result: when you play a note, the filter cutoff is modulated only during the release phase of the envelope. (Technically, the filter cutoff is modulating constantly whenever the note is off, but you should not hear that unless the voice isn’t completely silenced by the first VCA after the note release.)

Video example (begins at 3:34):

< Back

• • •