Tags: meenie/band.js
Tags
Releasing version 1.1.0 - Added ability to change tempo of a song after it's been loaded and also while it's playing. Fixes #16 - Changed `Conductor.setOnFinished()` to `Conductor.setOnFinishedCallback()` to fit current API. - Changed `createSound()` to `createNote()` for instrument packs. It fits more into the nomenclature of the app. - Added ability to change buffer length of notes. Probably not a good idea to play around with this. - Updated README.me with missing API. - Cleaned up some variable names.
Releasing version 1.0.0 - No long need to call `finish()` on each instrument. - `BandJS.end()` has been renamed to `BandJS.finish()` and it now returns an instiated Player class. - Numerous bug fixes and performance improvements. - Coverted library into Browserify structure. Should now be more friendly when using with NodeJS. - Updated examples and added a new JSON Load example.