UNPKG

wave-roll

Version:

JavaScript Library for Comparative MIDI Piano-Roll Visualization

12 lines 521 B
import { PianoRoll } from "../piano-roll"; /** * Legacy Graphics-based note renderer. * * This implementation remains available for projects that specifically * require vector Graphics primitives (e.g., custom shaders) or where the * memory footprint of thousands of Sprite instances is prohibitive. The * default renderer has switched to Sprite+batching for better large-scale * performance. */ export declare function renderNotesGraphics(pianoRoll: PianoRoll): void; //# sourceMappingURL=graphics-notes.d.ts.map