Interface TypedAudioParamDescriptor<Par>

interface TypedAudioParamDescriptor<Par> {
    automationRate?: AutomationRate;
    defaultValue?: number;
    maxValue?: number;
    minValue?: number;
    name: Par;
}

Type Parameters

  • Par extends string = string

Hierarchy (view full)

Properties

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

Generated using TypeDoc