Releases: meenie/band.js
Releases · meenie/band.js
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()
toConductor.setOnFinishedCallback()
to fit current API. - Changed
createSound()
tocreateNote()
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.2
- Fixing a bug where after a song is faded, you can't change the master volume.
Releasing version 1.0.1
Releasing version 1.0.0
- No long need to call
finish()
on each instrument. BandJS.end()
has been renamed toBandJS.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.
Couple Improvements & Major Bug Fix
- Updating to version 0.3.1 — Cody Lundquist • 995c4bc
- Fixed an issue with calling stop more than once on a node. Also removed all forEach's in favour of using while loops. — Cody Lundquist • 6c1eae6
- Allow positve, float pitches as valid 'notes'. — Gregg Lind • 65708bd
- Reset totalDuration on destroy — Edgars Beigarts • a2fe542
- Add #destroy documentation — Edgars Beigarts • da44183
- Clear all the notes function — Edgars Beigarts • d437cf0
Buffering & Seeking!!
Minor Fix - Misspelling
0.2.1 Bumping up version number and recompiling.
Initial Release
0.2.0 Fixing bower.json file