UNPKG

automation-events

Version:

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

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