propose_audio_transient_warp
Analyze audio transients to propose beat-grid marker actions and report signed offsets, enabling review-only alignment without applying edits.
Instructions
Analyze bounded source-audio onset candidates and propose review-only marker actions toward a beat grid using native Live source-to-beat conversion. Reports signed offsets from the clip-relative beat grid for every candidate, including candidates skipped for marker actions. Heuristic, source-only, no edit or audible validation; individually dry-run actions against current state before applying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clipId | Yes | Stable clip ID: track-N:clip-M from list_clips, or track-N:arrangement-clip-M from list_arrangement_clips for tools that support Arrangement clips. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| gridBeats | Yes | Positive beat-grid spacing, e.g. 0.5 for eighth notes. | |
| channelIndex | No | Zero-based source channel; defaults to zero. | |
| startSeconds | No | Source window start. | |
| durationSeconds | No | Source window duration; defaults to 10 seconds. |