Documentation
    Preparing search index...

    Interface NormalAutomationEvent

    interface NormalAutomationEvent {
        time: number;
        type:
            | "linearRampToValueAtTime"
            | "exponentialRampToValueAtTime"
            | "setValueAtTime"
            | "cancelScheduledValues";
        value: number;
    }
    Index
    time: number
    type:
        | "linearRampToValueAtTime"
        | "exponentialRampToValueAtTime"
        | "setValueAtTime"
        | "cancelScheduledValues"
    value: number