mcp_opendaw_delete_signature_change
Delete a time signature change from the timeline by specifying its position or index in the sorted order.
Instructions
Delete a time signature change from the timeline.
Delete by position (closest match) or by index (0-based in sorted order). Pass index=-1 and position_beats=-1 to delete the last event.
position_beats: Position to match (closest event will be deleted). index: 0-based index in sorted order (-1 = use position match).
Returns updated signature event list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| position_beats | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |