remove_notes_from_clip
Remove MIDI notes from a clip within specified time and pitch ranges. If no ranges are given, the entire clip is cleared.
Instructions
Remove MIDI notes from a clip within a time/pitch region. Defaults clear the whole clip (from_time=0, full length, all pitches). time_span=None means 'to the end of the clip'.
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 |