UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

3 lines (2 loc) 142 B
import { Song } from "./createSong"; export declare const createSongFromMusicXML: (arg: XMLDocument | string, ppq?: number) => Promise<Song>;