remove_notes_from_clip
Remove MIDI notes from a clip within a pitch and time range by specifying track and clip indices.
Instructions
Remove MIDI notes from a clip within a pitch and time range.
Args: track_index: Zero-based index of the track. clip_index: Zero-based index of the clip slot. from_pitch: Starting pitch (0-127, default 0). pitch_span: Number of pitches to span (default 128 = all). from_time: Start time in beats (default 0.0). time_span: Time span in beats. If None, uses clip length.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_time | No | ||
| time_span | No | ||
| clip_index | Yes | ||
| from_pitch | No | ||
| pitch_span | No | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |