UNPKG

automation-events

Version:

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

6 lines (4 loc) 232 B
import { ILinearRampToValueAutomationEvent } from './linear-ramp-to-value-automation-event'; export interface IExtendedLinearRampToValueAutomationEvent extends ILinearRampToValueAutomationEvent { readonly insertTime: number; }