The AudioParamDescriptor dictionary of the Web Audio API specifies
for an web.audio.AudioParam
objects.
The AudioParamDescriptor dictionary of the Web Audio API specifies for an `web.audio.AudioParam` objects.
(automation-rate this)
Property.
Either "a-rate", or "k-rate" string which represents an automation of this AudioParam. Defaults to "a-rate".
Property. Either "a-rate", or "k-rate" string which represents an automation of this AudioParam. Defaults to "a-rate".
(default-value this)
Property.
A float which represents initial value of the AudioParam. Defaults 0.
Property. A float which represents initial value of the AudioParam. Defaults 0.
(max-value this)
Property.
A float which represents maximum value of the AudioParam. Defaults 3.4028235e38.
Property. A float which represents maximum value of the AudioParam. Defaults 3.4028235e38.
(min-value this)
Property.
A float which represents minimum value of the AudioParam. Defaults -3.4028235e38.
Property. A float which represents minimum value of the AudioParam. Defaults -3.4028235e38.
(name this)
Property.
The DOMString which represents the name of the AudioParam. Under name the AudioParam will be available in the parameters property the node, and under this name the AudioWorkletProcessor.process will acquire the calculated values of this AudioParam.
Property. The DOMString which represents the name of the AudioParam. Under name the AudioParam will be available in the parameters property the node, and under this name the AudioWorkletProcessor.process will acquire the calculated values of this AudioParam.
(set-automation-rate! this val)
Property.
Either "a-rate", or "k-rate" string which represents an automation of this AudioParam. Defaults to "a-rate".
Property. Either "a-rate", or "k-rate" string which represents an automation of this AudioParam. Defaults to "a-rate".
(set-default-value! this val)
Property.
A float which represents initial value of the AudioParam. Defaults 0.
Property. A float which represents initial value of the AudioParam. Defaults 0.
(set-max-value! this val)
Property.
A float which represents maximum value of the AudioParam. Defaults 3.4028235e38.
Property. A float which represents maximum value of the AudioParam. Defaults 3.4028235e38.
(set-min-value! this val)
Property.
A float which represents minimum value of the AudioParam. Defaults -3.4028235e38.
Property. A float which represents minimum value of the AudioParam. Defaults -3.4028235e38.
(set-name! this val)
Property.
The DOMString which represents the name of the AudioParam. Under name the AudioParam will be available in the parameters property the node, and under this name the AudioWorkletProcessor.process will acquire the calculated values of this AudioParam.
Property. The DOMString which represents the name of the AudioParam. Under name the AudioParam will be available in the parameters property the node, and under this name the AudioWorkletProcessor.process will acquire the calculated values of this AudioParam.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close