meenie / band.js

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

Specify `load` return value #28

Closed Costava closed 8 years ago

Costava commented 8 years ago

Specify the return value for the load(json) method of the Conductor class in the README API documentation.

I was having trouble getting load to work with the sample provided. When I looked at the source code, I saw that load returns conductor.finish() and was easily able to get it working.

meenie commented 8 years ago

Thanks!