UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

3 lines (2 loc) 118 B
import { MIDIEvent } from "./MIDIEvent"; export declare const addIdToMIDIEvent: (events: MIDIEvent[]) => MIDIEvent[];