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
Added a Show Peak Meters checkbox that toggles the visibility of peak meters to additional audio settings.
Added an Update Interval spinbox that changes the peak meter update frequency to additional audio settings.
Added device volume controls to the GUI (they've been available via hotkeys for some time)
Added a Show Device Controls checkbox that toggles the visibility of device volume controls in the GUI.
It is disabled by default.
Overhauled the input simulation capabilities available in the SDK, see the documentation for VolumeControl.Hotkeys.InputSimulator for more information.
This is a thin wrapper around the InputSimulatorEx nuget package, and can be used to simulate key presses, mouse movements, clicks, and much more.
Added a Multi-Instance checkbox that allows you to run multiple simultaneous volume control instances so long as each instance uses a different config file. (and therefore has different hotkeys; if you use the same hotkey in 2 different instances anyway, it is undefined behaviour and you shouldn't expect both to work!)