UNPKG

automation-events

Version:

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

3 lines 293 B
import { IExponentialRampToValueAutomationEvent } from '../interfaces'; export declare const createExponentialRampToValueAutomationEvent: (value: number, endTime: number) => IExponentialRampToValueAutomationEvent; //# sourceMappingURL=create-exponential-ramp-to-value-automation-event.d.ts.map