nx.js
Functions

createAudioParam

createAudioParam(node, handle, index, opts): AudioParam

Internal

Create an AudioParam bound to native param storage, addressed as (node handle, param index).

Parameters

ParameterType
nodeAudioNode
handleAudioNodeHandle
indexnumber
optsobject
opts.automationRate?AutomationRate
opts.defaultValuenumber
opts.maxValue?number
opts.minValue?number

Returns

AudioParam

On this page