render_score
Convert a RON score file into a deterministic stereo WAV mix, with optional verification of embedded assertions.
Instructions
Render a cochlea RON score (the declarative tick/track/note/automation IR) to a deterministic WAV mix. Use this to turn a composed score into audible PCM before probing or inspecting it. Set verify=true to also run the score's embedded verify: assertions and get the pass/fail report back in the same call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bits | No | PCM encoding for the WAV: 'float' (32-bit, lossless, the render's ground truth — default), '24', or '16' (integer, for a small ordinary file). | float |
| verify | No | Run the score's embedded verify: assertions after rendering and include the report; the tool call reports isError:true if verification fails. Default false. | |
| out_path | Yes | Where to write the rendered mix (stereo WAV). | |
| stems_dir | No | Optional directory to also write one WAV per track (created if missing). | |
| score_path | Yes | Path to a RON score file (data form version 1). |