Some midi devices are setup with CC values
- 0-9 as an action on devices 0-9
- 10-19 another action on devices 0-9 (offset of 10 from 0)
- 20-29 another action on devices 0-9 (offset of 20 from 0)
etc.
To handle that today would take three counters. A better way to handle that would be for the CC Value Scroll commands that send take an Offset which is added to the scroll value.
Alternately, this could be solved by allowing some type of expression language in the device for simple math. That’s probably overkill…