UNPKG

automation-events

Version:

A module which provides an implementation of an automation event list.

3 lines 299 B
import { ILinearRampToValueAutomationEvent } from '../interfaces'; export declare const getLinearRampValueAtTime: (time: number, startTime: number, valueAtStartTime: number, { endTime, value }: ILinearRampToValueAutomationEvent) => number; //# sourceMappingURL=get-linear-ramp-value-at-time.d.ts.map