UNPKG

automation-events

Version:

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

6 lines (4 loc) 252 B
import { IExponentialRampToValueAutomationEvent } from './exponential-ramp-to-value-automation-event'; export interface IExtendedExponentialRampToValueAutomationEvent extends IExponentialRampToValueAutomationEvent { readonly insertTime: number; }