Hi all,
For those making their own maps, I have successfully mapped the jog wheels and VU meters with my Mixstream Pro+. Just wanted to share the settings for those here.
Here are the jog wheel settings:
Notice the advanced control configuration for CC 77, it’s the same for both MIDI channels. Note A1 should just be set to the “Button” control type. CC 55 is not used.
And the VU meter requires adding the following to the XML:
<key>outputs</key>
<array>
<dict>
<key>controlType</key>
<string>control</string>
<key>keyPath</key>
<string>turntable1.monoMeter</string>
<key>midiChannel</key>
<integer>15</integer>
<key>midiData</key>
<integer>32</integer>
<key>midiMaxValue</key>
<real>66</real>
<key>midiMessageType</key>
<integer>3</integer>
<key>midiMinValue</key>
<real>13</real>
</dict>
<dict>
<key>controlType</key>
<string>control</string>
<key>keyPath</key>
<string>turntable2.monoMeter</string>
<key>midiChannel</key>
<integer>15</integer>
<key>midiData</key>
<integer>33</integer>
<key>midiMaxValue</key>
<real>66</real>
<key>midiMessageType</key>
<integer>3</integer>
<key>midiMinValue</key>
<real>13</real>
</dict>
</array>
Just place this key and array somewhere inside the root <dict>