add_warp_marker
Add a warp marker to an audio clip by specifying track, clip, and beat time. Optionally set sample time for precise control.
Instructions
Add a warp marker to an audio clip.
Parameters:
track_index: The index of the track
clip_index: The index of the clip slot
beat_time: The beat time position for the marker
sample_time: Optional sample time (calculated automatically if not provided)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| beat_time | Yes | ||
| clip_index | Yes | ||
| sample_time | No | ||
| track_index | Yes |