render_score
Render a RON score to a deterministic WAV mix. Optionally run embedded verify assertions for accuracy checking.
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 |
|---|---|---|---|
| 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 (32-bit float 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). |