mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fc44cd635c
Here's what this patch does: -- Makes AudioNodes mostly not use nsWrapperCache. AudioDestinationNode still does. -- Rename MaxNumberOfInputs/Outputs to NumberOfInputs/Outputs, and have them default to 1 in AudioNode. -- Allow any number of nodes to be connected to any given input/output port. |
||
---|---|---|
.. | ||
Makefile.in | ||
test_AudioBuffer.html | ||
test_AudioContext.html | ||
test_AudioListener.html | ||
test_badConnect.html | ||
test_biquadFilterNode.html | ||
test_bug808374.html | ||
test_bug827541.html | ||
test_delayNode.html | ||
test_dynamicsCompressorNode.html | ||
test_gainNode.html | ||
test_pannerNode.html | ||
test_singleSourceDest.html | ||
webaudio.js |