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=internalExternal 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.
| Key | Values |
|---|---|
midiThru | on / off |
globalChannel | 1–16 (MIDI channel; USB field is 0–15) |
clockMode | internal, external, auto |
bpm | Internal clock BPM (must be a number) |
transport | stopped, running |
encoderBtn | clock, racks, lfos |
contrast | Current contrast |
defaultVolume is read-only. globals get still prints it; over USB it is always internal.