CreateJS / SoundJS

A Javascript library for working with Audio. It provides a consistent API for loading and playing audio on different browsers and devices. Currently supports WebAudio, HTML5 Audio, Cordova / PhoneGap, and a Flash fallback.
http://createjs.com/
MIT License
4.44k stars 835 forks source link

Fix for scratch buffer #209

Closed naranjamecanica closed 9 years ago

naranjamecanica commented 9 years ago

Scratch buffer is a static property, not local, making it undefined.