maelzel.core.renderer Module
Interface for audio rendering (abstract class for realtime and offline)
Classes
Renderer(presetManager)
|
Abstract class for realtime and offline rendering |
Class Inheritance Diagram
digraph inheritancebd6f025b41 {
bgcolor=transparent;
rankdir=LR;
size="8.0, 12.0";
"ABC" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Helper class that provides a standard way to create an ABC using"];
"Renderer" [URL="api/maelzel.core.renderer.Renderer.html#maelzel.core.renderer.Renderer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Abstract class for realtime and offline rendering"];
"ABC" -> "Renderer" [arrowsize=0.5,style="setlinewidth(0.5)"];
}