mcp_opendaw_set_audio_region_time_base
Change an audio region's time base to musical (beats, tempo-linked) or seconds (fixed duration). Control how region duration is interpreted in your DAW.
Instructions
Set the time base of an audio region.
Controls how the region's duration is interpreted:
'musical' — duration in PPQN (musical beats, follows tempo changes)
'seconds' — duration in seconds (fixed wall-clock time, independent of tempo)
unit_index: AU index. track_index: Track index within the AU. region_index: Audio region index. time_base: 'musical' or 'seconds'.
Returns old and new time base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_base | Yes | ||
| unit_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |