UNPKG

wave-roll

Version:

JavaScript Library for Comparative MIDI Piano-Roll Visualization

8 lines 336 B
/** * Validate and apply a new time step to the piano roll. * * @param pianoRoll - Object exposing `setTimeStep`. * @param value - Proposed time-step in seconds. */ export declare function applyTimeStep(setTimeStep: ((v: number) => void) | undefined, value: number | string): void; //# sourceMappingURL=apply-time-step.d.ts.map