remove_notes
Remove MIDI notes from a clip by defining a time and pitch range. Specify track, clip, start beat, duration, starting pitch, and pitch span.
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 |