Skip to content

MIDI

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.

The MIDI submenu

Six pages. Encoder 4 walks siblings; most values turn on encoder 3. Pair with BPM → INT/EXT for full master/slave.

MIDI family entry on the root menu.


CH — note mapping

How incoming MIDI notes land on voices.

OptionEffect
YPOSMIDI channel N plays voice row N — fastest for a multi-channel controller.
MIDINotes hit whichever voice is currently selected on the grid.
KEYSPitch drives synth notes; sample voices trigger from velocity.
1 Encoder 1
2 Encoder 2
3 Encoder 3
TurnYPOS / MIDI / KEYSSurvives reboot.
4 Encoder 4

TRAN — transport

Start / stop / continue messages.

OptionEffect
OFFIgnore and never send transport.
GETListen for MIDI start/stop so an external sequencer can run TŒRN.
SENDTransmit your transport so external gear follows.

GET pairs with EXT clock; SEND pairs with INT clock.


SEND — what leaves the MIDI out

OptionEffect
CLCKClock pulses only — simplest sync-out.
NOTENotes only — drive an external tone module.
BOTHClock + notes.
No separate OFF on this page — mute notes via RCVE, or stop being clock master via BPM → EXT.

RCVE — incoming notes

OptionEffect
NOTEIncoming notes trigger internal voices per CH.
OFFIgnore notes — pure sequencer / recorder.

SYNC — SNC1 / SNC2 offsets

Millisecond latency makeup when two clocked devices flam.

1 Encoder 1
2 Encoder 2
TurnSNC1 / SNC2SNC1 = send path; SNC2 = receive path.
3 Encoder 3
TurnOffset −127…+127 msNudge in ±2 ms steps until downbeats click as one.
4 Encoder 4
Tuning: two devices on the same downbeat; adjust SNC2 until the kicks land together. Apply the matching negative on the other device’s send path if available.

PPQN — analog clock pulse

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.

ControlEncoderOptions
Polarity2 turn+ active high · active low
Rate3 turnOFF, then 1, 2, 4, 8, 12, 16, 24, 32 pulses per quarter note
Page nav4 turnOther MIDI siblings

Rate 1 = one pulse per beat; 24 ≈ classic Sync24 density; 32 denser than MIDI’s native 24 PPQN.

DIY 3.5 mm adapter: tap the onboard JST PH 1×05 header J11 (silk / net I2SC_3V). Middle and right pins: white = Teensy pin 31 → jack TIP; blue = GND → jack SLEEVE. 3.3 V logic — not a MIDI DIN or line-level audio input.

Common sync scenarios

ScenarioBPMTRANSENDRCVE
TŒRN soloINTOFFCLCK*OFF
Master → drum machineINTSENDCLCKOFF
Slave to a DAWEXTGETCLCK*NOTE if needed
Synth-11 from a keyboardINTOFFCLCK*NOTE
Two TŒRNs, one leadsINT / EXTSEND / GETCLCK / …OFF

*SEND has no OFF — pick CLCK when you only care about local play; the slave simply ignores unused clock if unplugged.