UNPKG

automation-events

Version:

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

3 lines 272 B
import { ISetTargetAutomationEvent } from '../interfaces'; export declare const getTargetValueAtTime: (time: number, valueAtStartTime: number, { startTime, target, timeConstant }: ISetTargetAutomationEvent) => number; //# sourceMappingURL=get-target-value-at-time.d.ts.map