Thanks for all of the replies!
What is it you are trying to do?
For functionality, I'm trying to modify the mapping controls that you listed from Arturia. Currently, the pads 1-8 will record/play scenes. These pads will also illuminate red if it is being recorded, yellow if a clip is playing, and green if a clip can be played.
Pads 9-16 do the same thing but for the row below the currently selected row (which is kind of a confusing functionality).
I would like to repeat the above functionality, except limit it only to pads 9-16 to record/play clips. Currently once a clip is played, that whole scene cannot be stopped unless I click over using the mouse, so I would like to be able to click on the current scene PAD that is being played at it will STOP. Pads 1-8 can be quickly switched to and play finger drums without playing/recording scenes. It would also be nice to have one of the push-encoders to arm the selected track so I don't have to click over with a mouse. I'm sure other desired functions will come up as I start to poke around these things.
Overall, I'd also like to just have a better understanding of how the python interface works. I've found some interesting resources that are starting to point me in the right direction!
This github repository has all of the uncompiled python scripts for ALL of the supported MIDI devices. Thus, I was able to find the minilab mkII files.
https://github.com/gluon/AbletonLive10.1_MIDIRemoteScripts It is kind of a monster coding project, but I found a blog site (it is from 2010 but it is still applicable) that goes over some of the base coding that Ableton developed.
http://remotescripts.blogspot.com/2010/03/introduction-to-framework-classes.htmlIf anyone has some experience with this and has a more update instructions that would be beneficial. As I make any breakthroughs and changes I'll be sure to add them here!
Also, to address your other questions about 22 that is reference to the midi CC number. It matched the CC number from the midi monitor, but still didn't work when running Ableton.
Thanks!