- Added a new expander menu: ( Settings ➔ Audio ➔ Additional Settings )
- Added volume peaking meters (#41)
- 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 a
- 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.
- Added a
- 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 theInputSimulatorEx
nuget package, and can be used to simulate key presses, mouse movements, clicks, and much more. - Fixed #43
- Somewhat implemented #35
- 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!) - Slightly rounded the corners of the main window.