delete_warp_marker
Remove a warp marker at a specific beat time from an audio clip by providing the track index, clip index, and beat time position.
Instructions
Delete a warp marker from 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 of the marker to delete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| beat_time | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |