meenie / band.js

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

Implement state getters. #20

Closed jshthornton closed 10 years ago

jshthornton commented 10 years ago

Provides a method to be able to get object states, rather than having to synchronise states.

meenie commented 10 years ago

I've updated the library, you should now be able to get all of them from the player instance. The API has changed a bit. Have a look here: https://github.com/meenie/band.js/blob/master/src/player.js#L198

Close if you are satisfied :).

meenie commented 10 years ago

I'm going to close this to clean up the issues area.