apply_midi_probability_pattern
Set repeating playback probabilities for selected MIDI notes in Ableton Live without altering pitch, timing, velocity, or expression metadata.
Instructions
Plan or apply guarded MIDI playback probabilities while preserving pitch, timing, velocity, mute, and expression metadata.
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 note IDs at complete selected onsets. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| planHash | No | Hash returned by the matching dry run. | |
| probabilities | Yes | Explicit repeating probabilities from 0 to 1. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |