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

Added default panning at location 0 #2

Closed allannaranjo closed 10 years ago

allannaranjo commented 10 years ago

Hi Raphael,

I added a default panning with a zero location as default.

This is in case someone creates a wad without a panning and later call setPanning(X) to the wad instance.

Regards, Allan