mcp_opendaw_ppqn_to_seconds
Convert a beat position to seconds by integrating over the project's tempo automation and time signature changes.
Instructions
Convert a position in beats (PPQN units) to seconds using the project's tempo map.
Accounts for tempo automation — each segment of the timeline may have a different BPM, so the conversion integrates over tempo change events. 1 beat = PPQN.Quarter = 960 pulses.
position_beats: Position in beats (float, e.g. 4.0 = beat 4).
Returns seconds (float), or error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position_beats | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |