UNPKG

automation-events

Version:

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

3 lines 326 B
import { IExtendedLinearRampToValueAutomationEvent } from '../interfaces'; export declare const createExtendedLinearRampToValueAutomationEvent: (value: number, endTime: number, insertTime: number) => IExtendedLinearRampToValueAutomationEvent; //# sourceMappingURL=create-extended-linear-ramp-to-value-automation-event.d.ts.map