apply_midi_diatonic_transposition
Transpose selected MIDI notes by scale degrees in Ableton Live, respecting the current key and scale. Preview changes with a dry run, then confirm to apply safely.
Instructions
Plan or apply guarded scale-degree MIDI transposition bound to Live's current key and scale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clipId | Yes | Stable clip ID: track-N:clip-M from list_clips, or track-N:arrangement-clip-M from list_arrangement_clips for tools that support Arrangement clips. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| noteIds | Yes | Unique stable in-scale note IDs to transpose. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| planHash | No | Hash returned by the matching dry run. | |
| scaleSteps | Yes | Signed non-zero movement in degrees of Live's current scale. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |