digraph inheritancec083f454b0 {
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"];
"Clip" [URL="api/maelzel.core.clip.Clip.html#maelzel.core.clip.Clip",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="A Clip represent an audio sample in time"];
"MEvent" -> "Clip" [arrowsize=0.5,style="setlinewidth(0.5)"];
"MEvent" [URL="api/maelzel.core.event.MEvent.html#maelzel.core.event.MEvent",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 representing a discrete event in time (a Note, Chord, etc)"];
"MObj" -> "MEvent" [arrowsize=0.5,style="setlinewidth(0.5)"];
"MObj" [URL="api/maelzel.core.mobj.MObj.html#maelzel.core.mobj.MObj",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="This is the base class for all core objects."];
"ABC" -> "MObj" [arrowsize=0.5,style="setlinewidth(0.5)"];
}