meenie / band.js

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

Bad argument assumptions #14

Open jshthornton opened 10 years ago

jshthornton commented 10 years ago

In setMasterVolume it accepts either 0-1 or 1-100, it should either one or the other. This is because someone might want to have the volume set to 1 which it will assume you meant is 100%

meenie commented 10 years ago

Good point! Thanks for letting me know.