961 interface
moog961 · utilities · schema v1961 Interface (moogafakkin System 55 clone — categorized under Ports -> moogafakkin). A trigger-format converter / interface: audio crossing the SENSITIVITY threshold fires V-triggers (two parallel outs); an S-trigger input passes through to the V-trigger outs; and V-trigger inputs convert to S-trigger outs — one matching the input gate duration, one re-shaped to a fixed SWITCH-ON-TIME pulse (40 ms..4 s). (In our graph all triggers are gates; the S/V polarity distinction is cosmetic — the timing behaviors are modeled.) Own-code. Beige moogafakkin faceplate (the intrinsic always-on look shared by the moogafakkin module family).
the faceplate
4 inputs · 4 outputs · 2 params
inputs
| id | cable | what it does |
|---|---|---|
audio_in | audio | An audio (or any) signal whose level is watched: when it rises past the SENSITIVITY threshold it fires a trigger pulse on BOTH v_out1 and v_out2 — turn an audio transient or an LFO peak into a trigger. audio signal |
s_in | gate | A trigger input (the 'S' format): it passes straight through to BOTH v_out1 and v_out2, so one incoming trigger drives both V outputs (a format pass-through / fan-out). gate / trigger |
v_in_a | gate | A gate input (the 'V' format) routed to s_out_a: it passes through carrying its OWN width — while v_in_a is high, s_out_a is high (a width-preserving pass-through). gate / trigger |
v_in_b | gate | A trigger input routed to s_out_b: each rising edge fires a FIXED-WIDTH one-shot of SWITCH-ON TIME seconds on s_out_b, regardless of how long v_in_b stays high — it re-times the pulse to a set length. gate / trigger |
outputs
| id | cable | what it does |
|---|---|---|
v_out1 | gate | A trigger output fired by either the audio level detector (audio_in over SENSITIVITY) or the s_in pass-through — one of the two parallel V outputs. gate / trigger |
v_out2 | gate | The second V trigger output, fired by the same sources as v_out1 (audio detector OR s_in), so you get two simultaneous copies to drive two destinations. gate / trigger |
s_out_a | gate | Mirrors v_in_a with its incoming width — high while v_in_a is high (a width-preserving gate pass-through). gate / trigger |
s_out_b | gate | A fixed-width one-shot: each rising edge on v_in_b emits a pulse of exactly SWITCH-ON TIME seconds here, so you can standardize ragged triggers to a known gate length. gate / trigger |
params
| id | label | range | default | curve |
|---|---|---|---|---|
sensitivity | Sensitivity | 0..1 | 0.5 | linear |
switchOnTime | Switch-On Time | 0.04..4s | 0.2 | log |
controls
| control | what it does |
|---|---|
| Sensitivity | The threshold the AUDIO IN level must cross to fire the V outputs, 0 to 1. Lower = more sensitive (quiet sounds trigger); higher = only loud transients fire. |
| Switch-On Time | The fixed pulse width (in seconds, 0.04 to 4 on a log taper) of the s_out_b one-shot fired by v_in_b — sets how long that regenerated gate stays high. |
source
moog961.ts on GitHub.