UNPKG

automation-events

Version:

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

10 lines (9 loc) 513 B
export * from './cancel-and-hold-automation-event'; export * from './cancel-scheduled-values-automation-event'; export * from './exponential-ramp-to-value-automation-event'; export * from './extended-exponential-ramp-to-value-automation-event'; export * from './extended-linear-ramp-to-value-automation-event'; export * from './linear-ramp-to-value-automation-event'; export * from './set-value-automation-event'; export * from './set-target-automation-event'; export * from './set-value-curve-automation-event';