mapping akai apc 40 mk2

OK Tommy,

I disabled the translator that covered LED feedback for all 40 Matrix buttons.

I added another translator for just 2 buttons and showed examples of toggling just the two.

I used global variable ga for button 1 and gb for button 2. The preset is set up just to accept input and feedback to your APC40MK2.

For any other button you will need to create a new global variable. Each button must have its own global variable in this methodology. I did not use bit mapping since it seemed to confuse you which is why I disabled the other preset.

 

 


Attachments:
1549896635916_akai-apc-mk2-2019-02-11.bmtp

hello Steve

found a way for the 40 buttons–

they only work as a flash button..but at least they work..

[x] Translator 1.26: BUTTON 1 ON
Options: swallow
Incoming: MIDI 90 00 7F
Outgoing: Note On on ch. 1 with note:87 (0x57) and velocity:127 (0x7F)

[x] Translator 1.27: BUTTON 2 OFF
Options: swallow
Incoming: MIDI 80 08 00
Outgoing: Note Off on ch. 1 with note:88 (0x58) and velocity:127 (0x7F)

I would like a push button on,push again off

but for the moment it’s ok

thank u anyway

best

Tommy

 

 

Try this for button 1

[x] Translator 1.26: BUTTON 1 ON
Options: swallow
Incoming: MIDI 90 00 7F
Rules: ga=ga^1
Outgoing: Note On on ch. 1 with note:87 (0x57) and velocity:ga

Are you sure you have a MKII?

hello steve

thanks will try in that way..

here’s a pic of what I have..


Attachments:
![](upload://6afLPslZeSY1q0ATyApGh0HJlVj.jpeg)

Hm interesting. and which button are you calling button 1?

I assume you are trying to control PAN LED. The solution I originally gave was for the 40 matrix clip launch LED’s.

hi

ok now everything work..

in flash mode works as toggle but it’s ok

here’s the number of the buttons


Attachments:
![](upload://bZBz1DhzgUXcMuu9BVNNjNHV6Jb.jpeg)