mcp_opendaw_seconds_to_beats
Convert seconds to beats using the project's tempo map, accounting for tempo automation to align audio regions to the musical grid.
Instructions
Convert a time in seconds to beats using the project's tempo map.
Accounts for tempo automation. Useful for aligning audio regions to the musical grid when tempo changes mid-song.
seconds: Time in seconds (float).
Returns beats (float) and PPQN position, or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |