band.js
band.js copied to clipboard
Bad argument assumptions
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%
Good point! Thanks for letting me know.