omriharel / deej

Set app volumes with real sliders! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux
https://deej.rocks
MIT License
4.71k stars 433 forks source link

Volume briefly goes up to 100% when `invert_sliders = true` #107

Open Hans1208 opened 4 months ago

Hans1208 commented 4 months ago

Steps to reproduce:

  1. Move all physical potentiometers to 0%
  2. Exit Deej
  3. Open Arduino Editor
  4. Open Serial Monitor
  5. Close Serial Monitor
  6. Run Deej
  7. Volume briefly goes to 100% then back to 0%

Got jumpscared :skull:

Any possible reason why this happens?

EDIT) It seems like this happens only on certain conditions, I wasn't able to recreate this problem 😥