meenie / band.js

Band.js - Music composer interface for the Web Audio API.
Other
1.18k stars 93 forks source link

Minified version does not support AMD #13

Closed jshthornton closed 10 years ago

jshthornton commented 10 years ago

Using the built script with AMD is broken as the packs reference the global BandJS and do not adhere to the AMD architecture.

fakewaffle commented 10 years ago

+1

meenie commented 10 years ago

I've refactored the library to use Browserify, does this fix your issue?

meenie commented 10 years ago

BTW, this does fix the issue as seen here: http://plnkr.co/edit/81Gn0sSRxSw8t3X4P92N?p=preview

Thanks for reporting it! :+1: