UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

7 lines (6 loc) 215 B
import { MIDIEvent } from "./MIDIEvent"; export declare const calculateMillis: (events: MIDIEvent[], data: { ppq: number; bpm?: number | undefined; playbackSpeed?: number | undefined; }) => MIDIEvent[];