UNPKG

automation-events

Version:

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

6 lines 220 B
export interface ILinearRampToValueAutomationEvent { readonly endTime: number; readonly type: 'linearRampToValue'; readonly value: number; } //# sourceMappingURL=linear-ramp-to-value-automation-event.d.ts.map