911a trig delay
moog911a · modulation · schema v1911A 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).
the faceplate
2 inputs · 2 outputs · 3 params
inputs
| id | cable | what it does |
|---|---|---|
trig1 | gate | Trigger 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 |
trig2 | gate | Trigger 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
| id | cable | what it does |
|---|---|---|
out1 | gate | Delay 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 |
out2 | gate | Delay 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
| id | label | range | default | curve |
|---|---|---|---|---|
delay1 | Delay 1 | 0.002..10s | 0.1 | log |
delay2 | Delay 2 | 0.002..10s | 0.1 | log |
mode | Mode | 0..? | 0 | discrete |
controls
| control | what it does |
|---|---|
| Delay 1 | Delay time for channel 1: how long after its trigger before OUT 1 fires, from 2 ms up to 10 s (log taper). |
| Delay 2 | Delay 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. |
| Mode | Coupling 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.