I have a controller with rotary encoders that sends relative values ; 63 when turned counter-clock wise, 65 when turned clockwise.
With two encoders, I want to control the In/out point of a MIDI sampler.
The values needs to be between 0-127 for the In/Out point of the sampler.
Also, I want to make sure that the In/Out points values does not cross each others.
I made patch for this purpose that works fine.
I then route these values to the [ctlout] object.
With the Sampler receiving these MIDI messages, the problem I get is that if I turn the two rotary encoders into opposite direction at the same time, both values seems to be confused by the other. I’m wondering it it has to do with the way I format the message to be outputted by [ctlout].
Does anyone has an idea what is going wrong?
Thanks a lot for any help.
Regards