pad_sysex
This is an old revision of the document!
I encourage you to read article from thekikgen
https://github.com/TheKikGen/MPC-LiveXplore/wiki/MPC-internal-controller---Midi-aspects
However on the force it's a bit different.
when doing amidi -l you have your midi interfaces
root@force:/home# amidi -l Dir Device Name IO hw:0,0,0 Akai Pro Force Public IO hw:0,0,1 Akai Pro Force Private IO hw:0,0,2 Akai Pro Force MIDI Port IO hw:1,0,0 AudioBox USB 96 MIDI 1
by sending sysex message you can lit or not some pads , here is an exemple :
amidi -phw:0,0,0 -S 'F0 47 7F 40 65 00 04 43 06 00 00 F7'
Below are the hex Values on the force :
In the bytes of the color , it seems that MSB are for brightness, and LSB for the color.
As an exemple
low intensity on pad amidi -phw:0,0,0 -S 'F0 47 7F 40 65 00 04 33 01 01 01 F7' mid intensity on pad amidi -phw:0,0,0 -S 'F0 47 7F 40 65 00 04 33 11 11 11 F7' higher intensity on pad amidi -phw:0,0,0 -S 'F0 47 7F 40 65 00 04 33 21 21 21 F7'
pad_sysex.1694374407.txt.gz · Last modified: 2023/09/10 21:33 by ounsatn