automation-events
Version:
A module which provides an implementation of an automation event list.
3 lines • 484 B
TypeScript
import { IExtendedExponentialRampToValueAutomationEvent, IExtendedLinearRampToValueAutomationEvent, ISetTargetAutomationEvent, ISetValueAutomationEvent, ISetValueCurveAutomationEvent } from '../interfaces';
export type TPersistentAutomationEvent = IExtendedExponentialRampToValueAutomationEvent | IExtendedLinearRampToValueAutomationEvent | ISetTargetAutomationEvent | ISetValueAutomationEvent | ISetValueCurveAutomationEvent;
//# sourceMappingURL=persistent-automation-event.d.ts.map