remove_clip_all_notes
Delete all notes from a specified clip in Ableton Live using the clip ID, enabling precise MIDI editing and streamlined music production workflows.
Instructions
Remove clip all notes by clip id
Input Schema
Name | Required | Description | Default |
---|---|---|---|
clip_id | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"clip_id": {
"type": "string"
}
},
"required": [
"clip_id"
],
"type": "object"
}