Master volume
pudovmaxim opened this issue · 7 comments
pudovmaxim commented
For set master volume in documentation exist example:
ion.sound.volume({volume: 0.5});
But if see at code, then method volume call _method and argument name must be set as false for change master volume. In other case it tried to call method for sounds with name as object's data
IonDen commented
I will check this, thanks for mention.
petrc commented
Any update on this issue?
IonDen commented
I will fix bugs next weekend
X-Tender commented
Wow! Where can I sign to get this kind if Weekends :D
Vimiso commented
Got this working, like so:
ion.sound.volume(false, {volume: vol});