rserota / wad

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

Add UMD #29

Closed jescalan closed 9 years ago

jescalan commented 9 years ago

This makes wad compatible with commonjs, AMD, and normal global attachment loads in the browser. Whoo!

rserota commented 9 years ago

I don't use commonjs, AMD, etc, but I expect this will be useful to other people. Thanks for contributing!