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 support for 14-bit CC mode for encoders and potentiometers
Improvements
Better analog readout using exponential average filter
When buttons or encoders are configured to send incrementing program change, first sent value is 0 instead of 1. If decrementing mode is selected, first value won't be sent (must be increased first).
When buttons or encoders are configured to send incrementing or decrementing program change, values 127 and 0 aren't sent on each press once they're reached
Fixes
Hardware control fixes for boards with shift registers
Other
Added initial round of tests for buttons
Tests are now using clang/clang++ compiler for improved errors and warnings