automation-events
Version:
A module which provides an implementation of an automation event list.
3 lines • 346 B
TypeScript
import { IExtendedExponentialRampToValueAutomationEvent } from '../interfaces';
export declare const createExtendedExponentialRampToValueAutomationEvent: (value: number, endTime: number, insertTime: number) => IExtendedExponentialRampToValueAutomationEvent;
//# sourceMappingURL=create-extended-exponential-ramp-to-value-automation-event.d.ts.map