remove_notes_extended
Remove MIDI notes from a clip by setting pitch and time boundaries. Specify track, clip, pitch span, and time span to delete notes within the given range.
Instructions
Remove MIDI notes from a clip within an explicit pitch and time range.
All four range parameters are required. Use from_pitch=0, pitch_span=128 to span all pitches; use from_time=0 and time_span=999999 to span the full clip.
Args: track_index: Zero-based index of the track. clip_index: Zero-based index of the clip slot. from_pitch: Starting MIDI pitch (0-127). pitch_span: Number of pitches to cover (1-128). from_time: Start time in beats. time_span: Duration in beats to remove notes within.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_time | Yes | ||
| time_span | Yes | ||
| clip_index | Yes | ||
| from_pitch | Yes | ||
| pitch_span | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |