OpenSheetMusicDisplay
    Preparing search index...

    Interface IVoiceMeasureReadPlugin

    interface IVoiceMeasureReadPlugin {
        measureReadCalculations(
            measureVoiceEntries: VoiceEntry[],
            activeKey: KeyInstruction,
            activeRhythm: RhythmInstruction,
        ): void;
    }
    Index

    Methods