MIDI CC sensitivity

yarsrev:
Just need to figure out how to integrate it into my code.

The easiest way is to just use the library: example
It supports most of the features you need for a simple MIDI Controller.

If you need special features, you can use the class in the second link, and add it to your existing code. Note that you also need the EMA and Hysteresis helper classes, some type definitions from Def/Def.hpp and some constants from Settings/Settings.hpp.

Pieter