Hello community!
While experimenting with pots and other types of analogue inputs I've noticed a specific behavior:
Let's say, some analogue input is mapped to certain controller with range from 0 to 127.
If this input voltage is slowly rising from 0, MIDIbox NG does nothing and waits until this value is big enough to send at least 4. So, values from 1 to 3 are skipped.
Fading works smoothly, i.e. values from 3 to 0 are sent.
Then if I don't hesitate and rise the voltage again - rising goes smoothly (values 1 to 3 are sent), but if I wait a little and then repeat the procedure - values from 1 to 3 are skipped.
Is this intended behavior of NG application? If so, could TK point me a place in code where it can be tweaked?