DOCUMENTATION

CONTENTS

MODULES

KNOWN ISSUES

FINAL NOTES

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: A and B.
  • Four simultaneous outputs: AND, OR, XOR, and NOT.
  • The NOT SRC switch decides whether NOT inverts A or B.

Inputs And Outputs#

PortTypeWhat It Does
AGateFirst logic input.
BGateSecond logic input.
ANDGateHigh only when both A and B are high.
ORGateHigh when either input is high.
XORGateHigh when exactly one input is high.
NOTGateInverts the selected input source.

Controls Reference#

ControlValuesDefaultBehavior
NOT SRCNOT A, NOT BNOT AChooses 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 XOR for difference patterns and syncopation.
  • Flip either source with NOT before sending it to envelopes, switches, or sequencers.