Expand description
End-to-end music rendering stack that lowers a score to MIDI and renders it to PCM audio through the sound libs.
Structs§
- Music
Stack Render Opts - Options controlling how a score is lowered to MIDI and bridged to sound.
- Render
Score Report - Result of rendering a score: the lowered MIDI, scheduled tones, PCM samples, and any diagnostics collected along the way.
Enums§
- Music
Stack Error - Error raised at one of the stages of the music rendering stack.
Functions§
- render_
score - Renders a score to PCM samples with default options.
- render_
score_ report - Renders a score with default options, returning the full render report.
- render_
score_ with_ opts_ report - Renders a score with explicit options, returning the full render report.
- render_
smf_ with_ opts_ report - Renders an already-lowered MIDI file to PCM with explicit bridge options.