set_track_midi_routing
Set a track's native MIDI input/output note and scale transposition, affecting all clips on the track. Uses guarded plan-confirm flow to apply changes safely.
Instructions
Plan or apply guarded changes to one track's native MIDI input/output note and scale transposition. Affects every clip launched on the track; does not change device-level or rack-chain note routing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| inNote | No | MIDI note that triggers the track. | |
| inScale | No | Transpose incoming notes according to Live's scale. | |
| outNote | No | MIDI note the track outputs. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| outScale | No | Transpose outgoing notes according to Live's scale. | |
| planHash | No | Hash returned by the matching dry run. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |