UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

5 lines (4 loc) 215 B
import { Song } from "./createSong"; export declare const startMIDI: (song: Song, position: number) => Song; export declare const playMIDI: (song: Song) => Song; export declare const stopMIDI: (song: Song) => Song;