I bought a LPD8 midi for remote control on mairlist. What i want is to start player A en B with the pads and the 4 cartwall with 4 other pads…the volume i want to do with the 8 knobs. This must be possible but HOW ON EARTH do I programm this peace of sh…???
I checked Midi in remote control and I can put the commands there which I want but what do I have to put in Channel, Data1 en Data2???
I really don’t know how I got this working… :’(
I tried this but it won’t work… (Choose all players because it was a test)
Most controllers use the Data2 value to transmit the position of the volume slider (0…127). So you set up a MIDI command with Status and Data1 to the appropriate values, and Data2 condition to “any” (*).
Then you type the following command (manually):
PLAYER 1-1 VOLUME $DATA2/127
$DATA2 will be filled with the received value. “/127” instructs mAirList to consider 127 as 0dB. (You can also use a lower value if you want to have overhead like most real consoles have.)