UNPKG

wave-roll

Version:

JavaScript Library for Comparative MIDI Piano-Roll Visualization

6 lines 354 B
export { createPianoRoll } from "./lib/core/visualization/piano-roll"; export { createWaveRollPlayer } from "./lib/components/player/wave-roll/player"; export { computeNoteMetrics, DEFAULT_TOLERANCES, } from "./lib/evaluation/transcription"; import "./web-component"; export { WaveRollElement } from "./web-component"; //# sourceMappingURL=index.d.ts.map