remove_notes
Remove unwanted MIDI notes from an Ableton Live clip by specifying the track, clip, time range, and pitch range. This helps clean up or edit MIDI clips precisely.
Instructions
Remove notes from a clip within a specified range.
Parameters:
track_index: The index of the track containing the clip
clip_index: The index of the clip slot containing the clip
from_time: Start time in beats
time_span: Duration in beats
from_pitch: Starting MIDI pitch (0-127)
pitch_span: Number of pitches to include
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_time | No | ||
| time_span | No | ||
| clip_index | Yes | ||
| from_pitch | No | ||
| pitch_span | No | ||
| track_index | Yes |