bcrowe306 / MPC-Studio-Mk2-Midi-Sysex-Charts

The repository is a breakdown of the Midi note, CC, and sysex data for the MPC Studio Mk2
30 stars 7 forks source link

Trying to light up the led and it doesn't seem to work. #2

Open vinodkrishnanr opened 12 months ago

vinodkrishnanr commented 12 months ago

Hi,

I'm using the FL Studio Python scripting

Thank you for the codes, I\m a newbie , please bear with me if this question is stupid. I was trying to light up the start button on the init as per the code def OnInit(): print("I'm here") device.midiOutMsg(82, 0, 82, 2)

based on the values you have mentioned here Play | 1 | 82 | Bb5 | 82 | GREEN |

however, i cant light it up. I get the I'm here message, just to make sure that i can reach to that part of the code, however, I dont get any output.