UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

4 lines (3 loc) 171 B
/// <reference types="webmidi" /> import { Song } from "./createSong"; export declare const unschedule: (song: Song, outputs?: WebMidi.MIDIOutputMap | undefined) => void;