You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Volume Control's default hotkey config I can change the Windows system volume by holding a modifier key and using my volume rocker. When I do this, the device volume sliders don't update.
Breakpoint at VolumeControl.CoreAudio/AudioDevice.cs:174 is not hit:
this means that the AudioEndpointVolume.OnVolumeNotification event does not fire when this happens.
Interestingly, changing the volume of a device through any other means (Windows Volume Mixer, device hotkey actions, etc.) the device volume sliders update perfectly fine, and the breakpoint shown above is hit as expected.
Expected Behaviour
Device volume sliders update regardless of the method used to change the device's volume.
Reproduction Steps
Pre-Requisites:
A keyboard with a volume rocker
Volume Control's default hotkey configuration
Start Volume Control & enable the device controls checkbox
Hold down CTRL (or any combination of the other modifiers) and adjust the volume rocker
Notice that the Windows volume changes as if Volume Control weren't running, but the device volume sliders don't change.
Log
No response
The text was updated successfully, but these errors were encountered:
Since most users probably don't use the device volume sliders (feel free to correct me), this is being treated as a low-priority issue.
radj307
changed the title
[BUG] Device volume slider doesn't always change
[BUG] Device volume slider doesn't change when using bypass method
Aug 13, 2023
radj307
changed the title
[BUG] Device volume slider doesn't change when using bypass method
[BUG] Device volume slider doesn't change when bypassing hotkey actions
Sep 9, 2023
radj307
changed the title
[BUG] Device volume slider doesn't change when bypassing hotkey actions
[BUG] Device volume slider doesn't change when bypassing hotkeys
Sep 9, 2023
Version
5e733d0
Actual Behaviour
When using Volume Control's default hotkey config I can change the Windows system volume by holding a modifier key and using my volume rocker. When I do this, the device volume sliders don't update.
Breakpoint at
VolumeControl.CoreAudio/AudioDevice.cs:174
is not hit:this means that the
AudioEndpointVolume.OnVolumeNotification
event does not fire when this happens.Interestingly, changing the volume of a device through any other means (Windows Volume Mixer, device hotkey actions, etc.) the device volume sliders update perfectly fine, and the breakpoint shown above is hit as expected.
Expected Behaviour
Device volume sliders update regardless of the method used to change the device's volume.
Reproduction Steps
Pre-Requisites:
Log
No response
The text was updated successfully, but these errors were encountered: