UNPKG

osmd-extended

Version:

Private / sponsor exclusive OSMD mirror/audio player.

7 lines (6 loc) 285 B
import { GraphicalNote } from "../Graphical/GraphicalNote"; export interface IStafflineNoteCalculator { trackNote(graphicalNote: GraphicalNote): void; positionNote(graphicalNote: GraphicalNote): GraphicalNote; getStafflineUniquePositionCount(staffIndex: number): number; }