OpenSheetMusicDisplay
    Preparing search index...

    Interface IStafflineNoteCalculator

    interface IStafflineNoteCalculator {
        getStafflineUniquePositionCount(staffIndex: number): number;
        positionNote(graphicalNote: GraphicalNote): GraphicalNote;
        trackNote(graphicalNote: GraphicalNote): void;
    }

    Implemented by

    Index

    Methods