automation-events
Version:
A module which provides an implementation of an automation event list.
3 lines • 573 B
TypeScript
import { ICancelAndHoldAutomationEvent, ICancelScheduledValuesAutomationEvent, IExponentialRampToValueAutomationEvent, ILinearRampToValueAutomationEvent, ISetTargetAutomationEvent, ISetValueAutomationEvent, ISetValueCurveAutomationEvent } from '../interfaces';
export type TAutomationEvent = ICancelAndHoldAutomationEvent | ICancelScheduledValuesAutomationEvent | IExponentialRampToValueAutomationEvent | ILinearRampToValueAutomationEvent | ISetTargetAutomationEvent | ISetValueAutomationEvent | ISetValueCurveAutomationEvent;
//# sourceMappingURL=automation-event.d.ts.map