Closed RSS1102 closed 10 months ago
export function playEvent( pitches: MidiPitches, graceNotes?: MidiGracePitches , milliSecondsPerMeasure: number, soundFontUrl? : string, debugCallback?: (message: string) => void ): Promise<void>;
undefined here does not seem to be an optional value in tpyescript. Should it be possible to do this:graceNotes?: MidiGracePitches
undefined
graceNotes?: MidiGracePitches
undefined
here does not seem to be an optional value in tpyescript. Should it be possible to do this:graceNotes?: MidiGracePitches