UNPKG

automation-events

Version:

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

3 lines 264 B
import { ISetTargetAutomationEvent } from '../interfaces'; export declare const createSetTargetAutomationEvent: (target: number, startTime: number, timeConstant: number) => ISetTargetAutomationEvent; //# sourceMappingURL=create-set-target-automation-event.d.ts.map