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

add max_slider_value to config #69

Closed barnumc closed 1 year ago

barnumc commented 1 year ago

Notes

For sliders that cannot reach the full analog range, use max_slider_value in the config.yaml to adjust the range from 0 to max_slider_value.

I wrote this because I made the mistake of using Logarithmic Potentiometers, which only reach a value of 900.

Converting a logarithmic value to linear, wasn't ideal for range / sensitivity.

So adjusting the max value in range, works very well to remedy this issue.

omriharel commented 1 year ago

Hey there @barnumc, thank you for your interest in contributing to deej.

As per the project's contribution guidelines, I'm currently not accepting PR submissions for deej's main fork. That being said, I encourage you to continue working on these changes to your heart's content in your own fork of the project.