Akai MPK49 Midi Mapping
I am in the process of mapping my new Akai MPK49 midi controller into Max.
It seems to work, except for the buttons which are at the bottom of the patch. It should be working, maybe I've missed something?
I want the LEDS to simply be on and off in Max, as they are on the Akai controller when they are pushed.
Attached is the section of my patch which is having issues. The "if" statements all have the correct numbers in them for the midi number that comes out of the Akai when those buttons are pushed.
Max Patch
Copy patch and select New From Clipboard in Max.
The if object doesn't just output anything that you type in there. I think it would work if it was just [if $i1 == 127 then $i1] but here's a better way to do it.
Max Patch
Copy patch and select New From Clipboard in Max.
Thanks, that is a better way of doing it.