MODULES
Logic
Complete manual and reference for the Logic module.
UPDATED MAR 9, 2026
How Does It Work?#
Logic compares two gate inputs and produces AND, OR, XOR, and NOT outputs at the same time, with the NOT output switchable between input A and input B.
Quick Overview#
- Two gate inputs:
AandB. - Four simultaneous outputs:
AND,OR,XOR, andNOT. - The
NOT SRCswitch decides whetherNOTinvertsAorB.
Inputs And Outputs#
| Port | Type | What It Does |
|---|---|---|
A | Gate | First logic input. |
B | Gate | Second logic input. |
AND | Gate | High only when both A and B are high. |
OR | Gate | High when either input is high. |
XOR | Gate | High when exactly one input is high. |
NOT | Gate | Inverts the selected input source. |
Controls Reference#
| Control | Values | Default | Behavior |
|---|---|---|---|
NOT SRC | NOT A, NOT B | NOT A | Chooses which input feeds the inverter. |
Behavior Notes#
- All four outputs are available at once.
- Unpatched inputs are treated as low.
- The module works on gate state, not analog level shaping.
Typical Uses#
- Derive new rhythms from two clocks or trigger streams.
- Use
XORfor difference patterns and syncopation. - Flip either source with
NOTbefore sending it to envelopes, switches, or sequencers.