Midi Out CC values (issue)

Hello, when using the midi/out/cc objects to send cc values to a midi device, the received CC values are not good, and i got the doubled value (cc value * 2)

even when i use integer of float value in the object as “v” input.

Does someone experimented issues using midi out CC ?

Thanks, and greetings

Yves

Hi Cyp, do you mean when you turn an ‘Axoloti’ knob to full, it will show 64.00 but the MIDI value sent will go up to 127? If yes that is normal, the objects are designed to convert the full range of Axoloti units (0 to 64) to the full MIDI range (0 to 127). If you want the values to correspond exactly, put a math/div 2 object in between.