Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master volume #68

Open
pudovmaxim opened this issue Jan 7, 2016 · 7 comments
Open

Master volume #68

pudovmaxim opened this issue Jan 7, 2016 · 7 comments
Assignees

Comments

@pudovmaxim
Copy link

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
Copy link
Owner

IonDen commented Jan 8, 2016

I will check this, thanks for mention.

@IonDen IonDen self-assigned this Jan 8, 2016
@petrc
Copy link

petrc commented Nov 21, 2016

Any update on this issue?

@IonDen
Copy link
Owner

IonDen commented Nov 21, 2016

I will fix bugs next weekend

@X-Tender
Copy link

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

@IonDen
Copy link
Owner

IonDen commented Feb 1, 2017

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

@Vimiso
Copy link

Vimiso commented Sep 17, 2017

Got this working, like so:

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

@IonDen
Copy link
Owner

IonDen commented Sep 19, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants