UNPKG

automation-events

Version:

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

10 lines (6 loc) 178 B
export interface ISetTargetAutomationEvent { readonly startTime: number; readonly target: number; readonly timeConstant: number; readonly type: 'setTarget'; }