mcp_opendaw_move_region_content
Shift audio or MIDI content within a region without moving the region itself. Realign notes or waveforms after tempo changes.
Instructions
Shift the content start of a region without moving the region itself.
Moves the content inside the region by delta_beats — adjusts waveform offset (audio) or note positions (MIDI) while keeping the region position. Useful for realigning content within a region after tempo changes.
For audio regions with seconds timeBase, delta is converted via tempo map. For note regions, note positions shift by -delta (content moves left = positive delta).
unit_index: AU index. track_index: Track index within the AU. region_index: Region index. delta_beats: Shift amount in beats (positive = content moves left, region shrinks from left).
Returns new position, duration, and loopDuration, or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| delta_beats | Yes | ||
| track_index | Yes | ||
| region_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |