UNPKG

automation-events

Version:

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

13 lines (12 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createCancelAndHoldAutomationEvent = void 0; const createCancelAndHoldAutomationEvent = cancelTime => { return { cancelTime, type: 'cancelAndHold' }; }; exports.createCancelAndHoldAutomationEvent = createCancelAndHoldAutomationEvent;