Articles tagged: AudioParam
Found 11 documents
- Web/API/AudioParam There are two kinds of AudioParam, a-rate and k-rate parameters:
- Web/API/AudioParam/cancelScheduledValues A reference to this AudioParam object. In some browsers older implementations of this interface ...
- Web/API/AudioParam/defaultValue A float.
- Web/API/AudioParam/exponentialRampToValueAtTime A reference to this AudioParam object. In some browsers older implementations of this interface ...
- Web/API/AudioParam/linearRampToValueAtTime NOTE: both the example and live example are incorrect, see ...
- Web/API/AudioParam/maxValue The maxValue property of the AudioParam interface represents the maximum possible value for the ...
- Web/API/AudioParam/minValue The minValue property of the AudioParam interface represents the minimum possible value for the ...
- Web/API/AudioParam/setTargetAtTime The change starts at the time specified in startTime and exponentially moves towards the value ...
- Web/API/AudioParam/setValueAtTime A reference to this AudioParam object. In some browsers older implementations of this interface ...
- Web/API/AudioParam/setValueCurveAtTime A reference to this AudioParam object. In some browsers older implementations of this interface ...
- Web/API/AudioParam/value Though value can be set, any modifications happening while there are automation events scheduled ...