Live.numbox Pitch problem
I'm using the "Pitch" prototype on the live.numbox. When doing this it obviously shows pitch data in it's field. However when I send that signal out it doesn't match the MIDI being played in an instrument. For example I would have "C-1" in the live.numbox but B0 would be playing in the instrument.
Any suggestions on why this is and how to resolve it?
Hi .
make sure you are providing right numbers to your objects according midi ,
midi notes starts from 0 (C -2), maybe you have changed some ranges . im guessing as i dont have such observation in here
Max Patch
Copy patch and select New From Clipboard in Max.
Hi,
change the Type from float to int.
the float/int thing was the issue. thanks.