MIDI *output* mapping djay pro 2 - controller LEDs

Also, if you want to map VU meters (assuming your controller picks up the level via a specific MIDI channel/note with the velocity as the level), use the array in your .djayMidiMapping file.

You’re not able to configure this from the app, only manualy by editing the .djayMidiMapping file.

e.g.

<key>outputs</key>   
<array> <br>
  <dict> <br>
      <key>controlType</key> <br>
      <string>control</string> <br>
      <key>keyPath</key> <br>
      <string>turntable3.monoMeter</string> <br>
      <key>midiChannel</key> <br>
      <integer>8</integer> <br>
      <key>midiData</key> <br>
      <integer>18</integer> <br>
      <key>midiMessageType</key> <br>
      <integer>3</integer> <br>
      <key>output</key> <br>
      <dict></dict> <br>
  </dict> <br> </array>   

for more see my site https://irumble.com/djaymidimapping/

1 Like