Hi there,
I have an MPD 24 Midi Controller, which has a couple of "endless" knobs. The problem is that their output ends at 0 or 127. Is there a way to reset it (say, to 64 every ... ms), so that in the end only increments are sent? The reason is that I'd like to seek/scratch through an array that may be long and 127 steps are usually far from enough for this purpose.
The following setup did NOT work (here, controller 91 on channel 1):
[ctlin 91 1]
|
[moses 127]
| \
[moses 0] \
| | \
[64( [print] [64(
\ /
\ /
[ctlout 91 1]
Of course, instead of [print] there would be a handler for increment/decrement distinction etc.
Thank you.
giz