I have volume buttons on my Microsoft keyboard, but the gadget doesn't
react to this. I have also used the Sound Energy Volume Control (The
Red Bull one), and this does react. The reason I don't like that one
is because it's so damn huge.
Would it be possible to make this VolumeControl gadget react to the
System's volume control status, rather than simply controlling it?
Thanks in advance
thank you for letting me know. I do not think I can make it react in
real-time but I can make it adjust itself on a regular basis like
every 5-10 seconds.
A more frequent check could decrease performance of the sidebar
itself.
Would that be good enough?
Greetings,
Benjamin
On Jun 17, 10:37 pm, Benjamin Schirmer <codename.mat...@gmail.com>
wrote:
I'll download the gadget and see if it is good enough, but I'm sure it
will be. It just bugged me that if I changed the System's volume
elsewhere, then later changed the gadget's, I'd get deafened :p
Is this likely to be the way that the Red Bull gadget works, as this
doesn't seem to impede performance, and reacts pretty much instantly.
I'll post again, letting you know how it goes.
Thnaks again
On Jun 17, 9:50 pm, Benjamin Schirmer <codename.mat...@gmail.com>
I've tried the gadget, and the added feature is great! There doesn't
seem to be any lower performance - it could even be reduced to 1
second (unless this goes against your better judgement).
However, one major bug. It reduces the System's and gadget's volume
bit by bit till it reaches mute, which obviously isn't a good thing.
Hope this is fixable
On Jun 17, 10:49 pm, Benjamin Schirmer <codename.mat...@gmail.com>
There is no official guideline on how many and what intervals to use
but I try to keep the interval as high as possible without making the
gadget feel unresponsive.
The mute bug is something I cannot reproduce. Clicking on the speaker
icon in the gadget will set the system-wide "mute" without any changes
to the volume. Can you give me some steps to follow that will always
reproduce the bug ? If I can reproduce it I can find it and fix it ;)
Best regards,
Benjamin
On Jun 18, 12:17 am, KenBW2 <Ken...@gmail.com> wrote:
Thanks very much for your help on this - it's the only reason I wanted
to switch back to the other one, but this one is all i need.
Just out of curiosity, why would adding a timer make it reduce the
volume?
Thanks again
On Jun 18, 2:04 am, Benjamin Schirmer <codename.mat...@gmail.com>
Every time the timer triggered it reads the current volume and sets
the slider. The slider sets the system volume when he is changed. But
somehow when the gadget was too narrow it lost accuracy and so every
time the slider was set he had a slightly smaller value. Since the
slider set the system volume the timer would read the new slightly
smaller value at the next interval and so it would go on until it was
at 0. I will now only change the slider if the volume changed at least
2 points so that this will not happen.