quantizeAndRender¶
- maelzel.scoring.render.quantizeAndRender(parts, struct, options, quantizationProfile)[source]¶
Quantize and render unquantized events organized into parts
- Parameters:
parts (
list[UnquantizedPart]) – the parts to renderstruct (
ScoreStruct) – the ScoreStruct usedoptions (
RenderOptions) – RenderOptionsquantizationProfile (
QuantizationProfile) – the profile to use for quantization, passed to maelzel.scoring.quant.quantize. If not given a default profile is used
- Return type:
- Returns:
the Renderer object