UNPKG

automation-events

Version:

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

4 lines 265 B
export const createExtendedExponentialRampToValueAutomationEvent = (value, endTime, insertTime) => { return { endTime, insertTime, type: 'exponentialRampToValue', value }; }; //# sourceMappingURL=create-extended-exponential-ramp-to-value-automation-event.js.map