UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

3 lines (2 loc) 161 B
import { MIDIEvent, NoteOnEvent, NoteOffEvent } from "./MIDIEvent"; export declare const createNotePair: (events: MIDIEvent[]) => [NoteOnEvent, NoteOffEvent][];