UNPKG

osmd-extended

Version:

Private / sponsor exclusive OSMD mirror/audio player.

5 lines (4 loc) 253 B
import { VoiceEntry, RhythmInstruction, KeyInstruction } from "../VoiceData"; export interface IVoiceMeasureReadPlugin { measureReadCalculations(measureVoiceEntries: VoiceEntry[], activeKey: KeyInstruction, activeRhythm: RhythmInstruction): void; }