Why is midi/in/cc not going all the way up to 64 but only 63.5?
I get this is because maxium of 127 translates to 63.5. Mapping a dial to a cc will give a little jump so you reach the full 64. Why not the same for the midi/in/cc objects?
Why is midi/in/cc not going all the way up to 64 but only 63.5?
I get this is because maxium of 127 translates to 63.5. Mapping a dial to a cc will give a little jump so you reach the full 64. Why not the same for the midi/in/cc objects?
It has been a while since I checked it, but IIRC it has to do with the variable type used in the midi/in/cc. I had that issue too in some cases and it was pretty annoying.
If you check the comlib, I think robert has made some midi cc inputs that goes all the way to 64. But yeah check for yourself, its been a while since I looked into it....
ok thanks!
As a matter of fact I use @rbrt's table store mainly and it only does 63.5 unfortunately. I just posted the example with the factory object to document the issue a bit.
yep!
I did some cc-in objects that go all the way from 0 to 64,
rbrt/midi/in/poly cc 8 FULL
rbrt/midi/in/table store FULL
cheers