MIDI family entry on the root menu.
TRS MIDI in/out — note mapping, transport, what you send and receive, latency offsets, plus an optional analog PPQN pulse. Everything under root menu MIDI.
How incoming MIDI notes land on voices.
| Option | Effect |
|---|---|
| YPOS | MIDI channel N plays voice row N — fastest for a multi-channel controller. |
| MIDI | Notes hit whichever voice is currently selected on the grid. |
| KEYS | Pitch drives synth notes; sample voices trigger from velocity. |
| Turn | YPOS / MIDI / KEYS | Survives reboot. |
|---|
Start / stop / continue messages.
| Option | Effect |
|---|---|
| OFF | Ignore and never send transport. |
| GET | Listen for MIDI start/stop so an external sequencer can run TŒRN. |
| SEND | Transmit your transport so external gear follows. |
GET pairs with EXT clock; SEND pairs with INT clock.
| Option | Effect |
|---|---|
| CLCK | Clock pulses only — simplest sync-out. |
| NOTE | Notes only — drive an external tone module. |
| BOTH | Clock + notes. |
| Option | Effect |
|---|---|
| NOTE | Incoming notes trigger internal voices per CH. |
| OFF | Ignore notes — pure sequencer / recorder. |
Millisecond latency makeup when two clocked devices flam.
| Turn | SNC1 / SNC2 | SNC1 = send path; SNC2 = receive path. |
|---|
| Turn | Offset −127…+127 ms | Nudge in ±2 ms steps until downbeats click as one. |
|---|
Optional analog clock on Teensy pin 31 (J11 / I2SC_3V) — independent of the TRS MIDI jacks. Follows INT BPM or EXT MIDI clock. Pulse width ~12 ms.
| Control | Encoder | Options |
|---|---|---|
| Polarity | 2 turn | + active high · − active low |
| Rate | 3 turn | OFF, then 1, 2, 4, 8, 12, 16, 24, 32 pulses per quarter note |
| Page nav | 4 turn | Other MIDI siblings |
Rate 1 = one pulse per beat; 24 ≈ classic Sync24 density; 32 denser than MIDI’s native 24 PPQN.
| Scenario | BPM | TRAN | SEND | RCVE |
|---|---|---|---|---|
| TŒRN solo | INT | OFF | CLCK* | OFF |
| Master → drum machine | INT | SEND | CLCK | OFF |
| Slave to a DAW | EXT | GET | CLCK* | NOTE if needed |
| Synth-11 from a keyboard | INT | OFF | CLCK* | NOTE |
| Two TŒRNs, one leads | INT / EXT | SEND / GET | CLCK / … | OFF |
*SEND has no OFF — pick CLCK when you only care about local play; the slave simply ignores unused clock if unplugged.