rserota / wad

Web Audio DAW. Use the Web Audio API for dynamic sound synthesis. It's like jQuery for your ears.
MIT License
1.89k stars 160 forks source link

Added setReverb to set wad reverb before and during playback #57

Closed torch2424 closed 8 years ago

torch2424 commented 8 years ago

This simply adds to the set____ functions, and is similar to the setPanning() function, however it will allow for setting the reverb during playback!

This was tested using Flyxer (see here: https://github.com/julianpoy/Flyxer), and was working. It should allow for any wad's delay to be changed before and during playback. but any additional testing is much appreciated.

Thank You!

torch2424 commented 8 years ago

Also, I did some slight spacing changes on the setDelay function, I noticed one of the comments was forgot to be tabbed.

torch2424 commented 8 years ago

This is now ready to be pulled, made a slight mistake, but fixed in the latest commit

rserota commented 8 years ago

Looks good. Thanks for contributing!