-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
- Loading branch information
Cody Lundquist
committed
Jul 14, 2014
1 parent
5963ca9
commit 2b7588b
Showing
14 changed files
with
487 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "BandJS", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"main": "dist/band.min.js", | ||
"ignore": [ | ||
"**/.*", | ||
|
Oops, something went wrong.