mcp_opendaw_create_audio_clip
Create an audio clip in the clip launcher from a loaded audio sample using sample ID, index, BPM, and track settings.
Instructions
Create an audio clip in the session view (clip launcher).
Audio clips are the session-view counterpart to audio regions. They appear in the clip launcher and can be triggered independently.
sample_id: The ID returned by mcp_opendaw_load_audio. unit_index: Audio unit index (default 0). clip_index: Slot index in the clip launcher (0, 1, 2, ...). track_index: Track index within the audio unit (default 0). bpm: Source BPM of the sample (for warp marker calculation).
Returns clip UUID and index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bpm | Yes | ||
| sample_id | Yes | ||
| clip_index | Yes | ||
| unit_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |