Hey there I want to send a bigger integer number from one axoloti board to another via midi.
I want to use pitchbend to acurately present the number.
since pitchbend should be 16384 steps I multiply my integer by 64 before feeding to the /bend object.
(16384/64 (axoloti range) = 256
on the other board I receive the vale corectly but I have trouble converting it back to integer as the math/* object doesn't allow me to multiply by 256 to get my value back.
So does anybody know another way to do this or what's wrong with math/* ?