Search found 5 matches

by MichaelChistyakov
Wed Jan 29, 2020 8:11 am
Forum: Feature Requests
Topic: How to get current system volume level?
Replies: 7
Views: 13054

Re: How to get current system volume level?

Ok, thank you for answer. getchannels is unnecessary for me:)

In short: can you tell me will you update program with list of options I asked before?

Also running inside other program is similar to usual execution, Except in my way it will be running in background mode.
by MichaelChistyakov
Wed Jan 29, 2020 12:44 am
Forum: Feature Requests
Topic: How to get current system volume level?
Replies: 7
Views: 13054

Re: How to get current system volume level?

Offtop: can you disable forum option to wait for moderator check?
by MichaelChistyakov
Wed Jan 29, 2020 12:42 am
Forum: Feature Requests
Topic: How to get current system volume level?
Replies: 7
Views: 13054

Re: How to get current system volume level?

'report' is working fine. Master volume level = 12 Channel 0 level = 12 Channel 1 level = 12 But I dont like to parse this result to extract numeric values (that is a bad practice imho). Is it possible for you to change or update you application to work exactly like: setvol.exe getvolume → 12 setvol...
by MichaelChistyakov
Wed Jan 29, 2020 12:34 am
Forum: Feature Requests
Topic: How to get current system volume level?
Replies: 7
Views: 13054

Re: How to get current system volume level?

Thanks! But this is a bad practice. I have to check current system volume with some interval to show volume value on page that is opened in mobile phone. So I think the way to rewrite and read file for tens times per second is not my way. Rob, can I ask you to create new (or modify SetVol) .exe with...
by MichaelChistyakov
Tue Jan 28, 2020 10:19 am
Forum: Feature Requests
Topic: How to get current system volume level?
Replies: 7
Views: 13054

How to get current system volume level?

Hi there! I'm just trying to create my own 'home' application to control my laptop volume and music from sofa :) I'm using nodejs as a local server (with socket.io) and open urls like '192.168.0.133:3000' on my phone to enter control panel. And... I'm using SetVol.exe to change volume but I have no ...