911a trig delay

moog911a · modulation · schema v1

911A Dual Trigger Delay (moogafakkin System 55 clone — categorized under Ports -> moogafakkin). Two trigger delays for staggering envelope generators. Each trigger input fires its output after a DELAY time (2 ms..10 s log). A MODE switch sets coupling: OFF (independent — trig1->out1, trig2->out2), PARALLEL (trig1 fires BOTH delays), SERIES (trig1 fires delay1->out1, whose pulse then fires delay2->out2). Own-code timing (clean-room). Beige moogafakkin faceplate (the intrinsic always-on look shared by the moogafakkin module family).

A clean-room recreation of the Moog 911A Dual Trigger Delay — two independent timers that each take an incoming trigger and re-emit it a programmed time later. A rising edge on a TRIG input starts that channel's countdown; when the DELAY time elapses the matching OUT emits a short (~1 ms) trigger pulse. The MODE switch couples the two channels: OFF runs them as two separate delays (each its own trigger in/out), PARALLEL fans one trigger into BOTH delays at once (one input fires two outputs, useful for staggered double-hits), and SERIES chains them so OUT 1 re-triggers delay 2 (the total delay before OUT 2 fires is delay1 + delay2). Mental model: a pair of 'echo' timers for gates/triggers — patch a clock or strike in, get a time-shifted copy out, to offset a second voice or build rhythmic delays of events (not audio).

the faceplate

911a trig delaytrig1gatetrig2gateout1gateout2gateaudiocvgatepitch
2 inputs · 2 outputs · 3 params

inputs

idcablewhat it does
trig1gateTrigger input for delay 1, and the master trigger in PARALLEL and SERIES modes. A rising edge here starts delay 1's countdown (and, in PARALLEL, delay 2's too); it fires once per edge, not while held.
gate / trigger
trig2gateTrigger input for delay 2 — used only in OFF mode (where the two delays are independent). In PARALLEL and SERIES this input is ignored because delay 2 is driven from TRIG 1 / OUT 1 instead.
gate / trigger

outputs

idcablewhat it does
out1gateDelay 1's output: a short (~1 ms) trigger pulse emitted once, DELAY 1 seconds after its trigger arrived. In SERIES mode this pulse also re-triggers delay 2.
gate / trigger
out2gateDelay 2's output: a short trigger pulse, DELAY 2 seconds after delay 2 was triggered (from TRIG 2 in OFF, from TRIG 1 in PARALLEL, or from OUT 1 in SERIES — giving a total delay1 + delay2 from the original trigger).
gate / trigger

params

idlabelrangedefaultcurve
delay1Delay 10.002..10s0.1log
delay2Delay 20.002..10s0.1log
modeMode0..?0discrete

controls

controlwhat it does
Delay 1Delay time for channel 1: how long after its trigger before OUT 1 fires, from 2 ms up to 10 s (log taper).
Delay 2Delay time for channel 2: how long before OUT 2 fires, from 2 ms up to 10 s (log taper). In SERIES this stacks on top of delay 1.
ModeCoupling between the two delays: OFF = independent (each its own trigger in/out), PARALLEL = TRIG 1 fires both delays at once (one in, two staggered outs), SERIES = OUT 1 re-triggers delay 2 so the two times add up (delay1 then delay2).

source

moog911a.ts on GitHub.

Generated from packages/web/src/lib/{audio,video}/module-registry.ts · repo