UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

8 lines (7 loc) 250 B
/** * Used to calculate the position of the playhead in the score * based on the position of the playhead in the song. */ export declare const scorePositionFromSong: (repeats: [number, number, boolean][], barSong: number) => { bar: number; };