UNPKG

automation-events

Version:

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

5 lines 307 B
import { ILinearRampToValueAutomationEvent } from './linear-ramp-to-value-automation-event'; export interface IExtendedLinearRampToValueAutomationEvent extends ILinearRampToValueAutomationEvent { readonly insertTime: number; } //# sourceMappingURL=extended-linear-ramp-to-value-automation-event.d.ts.map