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 setSpeed to set wad speed during playback #58

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 speed during playback!

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

Thank You!

rserota commented 8 years ago

The code looks good, but Github is telling me there are conflicts. Maybe there's something small you can clean up on your end?

torch2424 commented 8 years ago

Of course, I'll get on that, probably due to the last branch being pulled :)

torch2424 commented 8 years ago

This is fixed and ready to go!

thank you @rserota !

rserota commented 8 years ago

Looks good. Thanks for contributing!

torch2424 commented 8 years ago

@rserota You are welcome! Thank you for letting me be a part of this! Wad is super cool!