UNPKG

automation-events

Version:

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

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