Can you create an endless encoder/knob in M4L?
Hi guys,
I have been wanting a universal knob to control all my parameters in ableton. I've tried using oneknob:
But the problem is that, even if I am using an endless encoder on my midi controller, the knob in oneknob is not endless, in other words it goes from 1-127 (I assume). Is there a way to create a version of oneknob with an endless encoder in the M4L plugin?
If so I am willing to pay for this, so let me know if it is possible and you want to do it and name your price if it is possible :)
you can use the pictureslider to easily create an endless knob.
build it with 100 picture states, give it 100 states, then do the conversion of the output and input to "endless".
% 100 and accum are your friends here.
-110