I build a midi device with a Arduino and everything works but the buttons only show value from 0-1 while the potentiometers show 0-127.
i checkt with the midi event dat and it shows 0-127.
what could that be?
I build a midi device with a Arduino and everything works but the buttons only show value from 0-1 while the potentiometers show 0-127.
i checkt with the midi event dat and it shows 0-127.
what could that be?
Hi @Grandmasterodb,
with the parameter Simplified Output
turned on, Notes are being normalized 0
to 1
and displayed as a float value.
Turning it off, you will have to select the Notes you want to track on the Notes parameter page. Also make sure that you set the Velocity
parameter to “Note Amplitude” and set the Normalize
parameter to “None”
Hope this helps,
cheers
Markus