midi-visualizer

July 9, 2022 ยท View on GitHub

MIDI visualizer element.

The visualizer is implemented via SVG elements which support styling as described here.

See also the @magenta/music/core/visualizer docs.

Properties

PropertyAttributeTypeDescription
configVisualizerConfigMagenta visualizer config object
noteSequenceINoteSequence | nullMagenta note sequence object representing the currently displayed content
srcsrcstring | nullMIDI file URL
typetype"piano-roll" | "waterfall" | "staff"Visualizer type

Methods

MethodType
clearActiveNotes(): void
redraw(activeNote?: INote | undefined): void
reload(): void