UNPKG

automation-events

Version:

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

4 lines 217 B
export const createSetTargetAutomationEvent = (target, startTime, timeConstant) => { return { startTime, target, timeConstant, type: 'setTarget' }; }; //# sourceMappingURL=create-set-target-automation-event.js.map