Skip to content

Tags: meenie/band.js

Tags

1.1.2

Toggle 1.1.2's commit message
Version 1.1.2

1.1.1

Toggle 1.1.1's commit message
Version 1.1.1

1.1.0

Toggle 1.1.0's commit message
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.

1.0.2

Toggle 1.0.2's commit message
Releasing version 1.0.2

 - Fixing a bug where after a song is faded, you can't change the master volume.

1.0.1

Toggle 1.0.1's commit message
Releasing version 1.0.1

 - Using 'linearRampToValueAtTime' fade rather than requestAnimationFrame() - fixes #3
 - Removing requestAnimationFrame all together so music will loop while browser is in the background - fixes #21

1.0.0

Toggle 1.0.0's commit message
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.

0.3.1

Toggle 0.3.1's commit message
Updating to version 0.3.1

0.3.0

Toggle 0.3.0's commit message
Bumping up the version number to 0.3.0.

0.2.1

Toggle 0.2.1's commit message
Bumping up version number and recompiling.

0.2.0

Toggle 0.2.0's commit message
Fixing bower.json file