mcp_opendaw_create_warp_marker
Create a warp marker in an audio region to map musical beats to audio seconds, anchoring the region's start and end for time or pitch stretching.
Instructions
Add a warp marker to a time-stretched or pitch-stretched audio region.
Warp markers define the mapping between musical position (ppqn) and audio time (seconds). The first and last markers are anchors — they pin the start and end of the audio.
unit_index: AU index. track_index: Track index within the AU. region_index: Audio region index. position_beats: Musical position in beats (e.g. 0.0 = start of region). seconds: Audio time in seconds at this position.
Returns the new marker count and the added marker's position/seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | Yes | ||
| unit_index | Yes | ||
| track_index | Yes | ||
| region_index | Yes | ||
| position_beats | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |