mcp_opendaw_add_signature_change
Add a time signature change at a specific beat position, enabling mid-track shifts like 4/4 to 3/4. Creates a signature event on the timeline.
Instructions
Add a time signature change at a specific position in the track.
Unlike set_time_signature (which sets the global default), this creates a SignatureEventBox on the timeline's signature track, allowing time signature changes mid-track (e.g. 4/4 → 3/4 → 4/4).
position_beats: Position in beats where the change occurs. numerator: Number of beats per bar (top number). denominator: Note value per beat (bottom number: 4=quarter, 8=eighth).
Returns the created signature event details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numerator | Yes | ||
| denominator | Yes | ||
| position_beats | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |