UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

3 lines (2 loc) 128 B
import { Song } from "./createSong"; export declare const createSongFromMIDIFile: (arg: string | ArrayBuffer) => Promise<Song>;