scamp_extensions.engraving.note_graph

Module containing the PartNoteGraph class, which makes it possible to draw the notes of a PerformancePart to an SVG file. Ultimately, I plan to make it so that you can save a whole Performance to an SVG file or even to a PDF.

Classes

PartNoteGraph(performance_part, ...)

Class that takes a performance part and a bunch of drawing/visualization settings, and can render to a class:svgDraw.Drawing.

Functions

default_color_map(intensity)

get_fill(parameter, start_x, end_x[, ...])

make_intensity_gradient(envelope, start_x, end_x)

rgb_to_hex(rgb)