apply_midi_scale_chord_remapping
Remap chords to target scale degrees with guarded dry-run planning and optional bass voice leading.
Instructions
Plan or apply guarded scale-aware chord remapping with optional bass voice leading and complete native readback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Anchor each chord near its source register or each later chord near the previous remapped bass. | |
| 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 note IDs at complete chord onsets. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| planHash | No | Hash returned by the matching dry run. | |
| targetDegrees | Yes | One target Live scale degree for each ordered chord onset. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |