Data Entry MSB

Rossd

2009-05-12 21:55:51

In the DJM-800 the Trim for Channel 2 is known as a "Data Entry MSB". According to DJM manual it has a low of 0 a high of 7F and a range of 128, so far so good. However for some reason it does not operate like Ch1, 3 or 4 Gain control. I can assign Midi to it yet simply passing the Midi through MT Pro only moves the Gain in Serato a negligible bit. Does anyone have any idea why or how this Midi type Event should be controlled to give me 0 - 127 (B0 06 pp)?
Ross

florian

2009-05-22 09:18:20

Hi Rossd,

I don't know if you've solved this by now, in principle, "Data Entry MSB" is just a regular controller message as any other, so translating it shouldn't be a problem. You should, however, make sure that it is filtered out. Do this:

E.g. to convert from channel 2 "Data Entry MSB" to "channel volume" on channel 1, use this translator entry:

Code: Select all

Translator 1: Data MSB to Channel Volume
Options: stop=false
Incoming: MIDI B1 06 pp 
  [x] swallow incoming MIDI message
Outgoing: MIDI B0 07 pp 
Does that help?

THanks,
Florian

Rossd

2009-05-22 18:31:01

Never was able to solve this, will try and report back.
Thank you.