How to make the Load button stay lit permanently

I am programming djay Pro for my Gemini Slate 4 controller. Right now I can load a track to deck one using the Load 1 button, but I can’t get the button to stay lit permanently to indicate that a track is loaded.

In the midi command list it looks like this:

"<dict>"
    "<key>"keyPath"</key>"
    "<string>"musicLibrary.load2"</string>"
    "<key>"midiChannel"</key>"
    "<integer>"3"</integer>"
    "<key>"midiData"</key>"
    "<integer>"2"</integer>"
    "<key>"midiMessageType"</key>"
    "<integer>"1"</integer>"
    "<key>"output"</key>"
    "<dict>"
    "</dict>"
"</dict>"

Can anybody help?

Hi @DJ_MKB, welcome to the Community!

  1. While in the MIDI Learn tool, press the Load button on your controller.
  2. Expand the Advanced Control Options section at the bottom.
  3. Make sure MIDI Out is checked.
  4. The “Value: min” is the LED off state color and brightness (when the button is not being pressed). Try adjusting this to achieve the brightness and color your desire.
  5. The “Value: max” is the LED on state color and brightness (when the button is being pressed)

Thank you

You’re welcome @DJ_MKB