mcp_opendaw_place_audio_region
Place a loaded audio sample onto a specified track at a given beat position within an audio unit in openDAW.
Instructions
Place a previously loaded audio sample as a region on a track.
sample_id: The ID returned by mcp_opendaw_load_audio. unit_index: Audio unit index (default 0). start_beat: Beat position to place the region. track_index: Track index within the audio unit (default 0).
NOTE: The audio unit must be an instrument AU with a Tape device. Use mcp_opendaw_create_instrument_track first if no instrument AU exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sample_id | Yes | ||
| start_beat | Yes | ||
| unit_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |