UNPKG

automation-events

Version:

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

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