Functions
createAudioParam
createAudioParam(node, handle, index, opts): AudioParam
Internal
Create an AudioParam bound to native param storage, addressed as
(node handle, param index).
Parameters
| Parameter | Type |
|---|---|
node | AudioNode |
handle | AudioNodeHandle |
index | number |
opts | object |
opts.automationRate? | AutomationRate |
opts.defaultValue | number |
opts.maxValue? | number |
opts.minValue? | number |