Interface AudioParamDescriptor

interface AudioParamDescriptor {
    automationRate?: AutomationRate;
    defaultValue?: number;
    maxValue?: number;
    minValue?: number;
    name: string;
}

Hierarchy (view full)

Properties

automationRate?: AutomationRate
defaultValue?: number
maxValue?: number
minValue?: number
name: string

Generated using TypeDoc