Contents:
digraph InheritanceGraph { graph [bgcolor=transparent, color=lightsteelblue2, fontname=Arial, fontsize=10, outputorder=edgesfirst, overlap=prism, penwidth=2, rankdir=LR, splines=spline, style="dashed, rounded", truecolor=true]; node [colorscheme=pastel19, fontname=Arial, fontsize=10, height=0, penwidth=2, shape=box, style="filled, rounded", width=0]; edge [color=lightslategrey, penwidth=1]; subgraph cluster_builtins { graph [label=builtins]; node [color=1]; "builtins.object" [URL="https://docs.python.org/3.9/library/functions.html#object", label=object, target=_top]; } subgraph "cluster_pang.noteserver" { graph [label="pang.noteserver"]; node [color=2]; "pang.noteserver.NoteServer" [URL="../api/pang/noteserver.html#pang.noteserver.NoteServer", color=black, fontcolor=white, label="Note\nServer", target=_top]; } "builtins.object" -> "pang.noteserver.NoteServer"; }
Classes
NoteServer
Note Server.
pang.noteserver.
Attributes Summary
durations
durations_in_millisecond
offset_instance
pitch_set
pitches
q_event_sequence
serve
Serve one note
Methods
Read-only properties