Rhythm-makers.
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/library/functions.html#object", label=object, target=_top]; } subgraph "cluster_rmakers.classes" { graph [label="rmakers.classes"]; node [color=2]; "rmakers.classes.Incise" [URL="../api/rmakers/classes.html#rmakers.classes.Incise", label=Incise, target=_top]; "rmakers.classes.Interpolation" [URL="../api/rmakers/classes.html#rmakers.classes.Interpolation", label=Interpolation, target=_top]; "rmakers.classes.Spelling" [URL="../api/rmakers/classes.html#rmakers.classes.Spelling", label=Spelling, target=_top]; "rmakers.classes.Talea" [URL="../api/rmakers/classes.html#rmakers.classes.Talea", label=Talea, target=_top]; } "builtins.object" -> "rmakers.classes.Incise" [minlen=1]; "builtins.object" -> "rmakers.classes.Interpolation" [minlen=2]; "builtins.object" -> "rmakers.classes.Spelling" [minlen=1]; "builtins.object" -> "rmakers.classes.Talea" [minlen=2]; }
Subpackages
classes
The rmakers classes.
functions
The rmakers functions.
makers
Makers.
state
Examples that show how to work with rmakers in a statal way.