Skip to content

Maps, meta, globals

bash
s32 --loopback extmap list
s32 --loopback extmap add 1 20
s32 --loopback extmap set 0 2 21
s32 --loopback extmap remove 0
s32 --loopback meta get
s32 --loopback meta set 137.5 Live-set-A
s32 --loopback globals get
s32 --loopback --yes globals set midiThru=on bpm=128 clockMode=internal

External MIDI map

Incoming CC (or note) → S32 parameter. extmap add CHANNEL CC creates a CC → device-parameter stub. set overwrites by index so a UI selection stays stable.

Project meta

meta get|set BPM DESCRIPTION — BPM and the description string. Tags are preserved on set.

Globals

Device-wide settings, not the active project. globals set prompts.

KeyValues
midiThruon / off
globalChannel1–16 (MIDI channel; USB field is 0–15)
clockModeinternal, external, auto
bpmInternal clock BPM (must be a number)
transportstopped, running
encoderBtnclock, racks, lfos
contrastCurrent contrast

defaultVolume is read-only. globals get still prints it; over USB it is always internal.