automation-events
Version:
A module which provides an implementation of an automation event list.
3 lines • 303 B
TypeScript
import { TPersistentAutomationEvent } from '../types';
export declare const getValueOfAutomationEventAtIndexAtTime: (automationEvents: TPersistentAutomationEvent[], index: number, time: number, defaultValue: number) => number;
//# sourceMappingURL=get-value-of-automation-event-at-index-at-time.d.ts.map