transpose_clip
Transpose all notes in a MIDI clip by a given number of semitones, clamping notes that exceed the MIDI range.
Instructions
Transpose every note in a clip by semitones (positive = up, negative
= down). Notes that would land outside the MIDI range [0, 127] are
clamped.
Implementation: read notes, mutate pitches, batch(remove + add).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| clip_index | Yes | ||
| semitones | Yes |