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

GUI reference error in soundStop() #42

Closed RoboSparrow closed 9 years ago

RoboSparrow commented 9 years ago

Hi,

firstly: This is a great project!

Playing around with your GUI I encountered a little issue when pressing the stop button. A variable scope error is thrown and the sound doesn't stop.

//FireBug:
ReferenceError: coolSound is not defined play.js (line 59, col 4);

Cheers jb

rserota commented 9 years ago

That GUI was contributed a while ago by another coder, and hasn't been updated in a while. I'm currently working on an application that shows off the latest capabilities of Wad.js, including MIDI input. When I'm finished with that, it'll probably replace the current GUI. For now though, if you can get the GUI to work, then have fun with it, I guess.