IonDen/ion.sound

Master volume

pudovmaxim opened this issue · 7 comments

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

I will check this, thanks for mention.

petrc commented

Any update on this issue?

I will fix bugs next weekend

Wow! Where can I sign to get this kind if Weekends :D

@X-Tender, sorry. Unexpected delay. Soon it will be fixed.

Got this working, like so:

ion.sound.volume(false, {volume: vol});

@Vimiso, thanks for finding workaround. I have no time to fix it now. Will get back to work in a month or so.