Digitakt: MIDI NRPN Implementation - Data increment/decrement, CC #96 & #97

Hi,

I was wondering if anyone has tried using MIDI CC #96 (Data increment) & #97 (Data decrement) on the Digitakt MIDI Input?

I would expect that sending the following MIDI messages in series would increment the Track Level value:

CC Value Description

98 100 NRPN LSB (maps to track level)

99 1 NRPN MSB (maps to track level)

96 x Data Increment

Where x is some value between 0 and 127, that doesn’t matter.

However, the Track Level value (or anything else I’ve tried, like Sample Slot) does not change with the above messages.

Either I’ve misunderstood the increment/decrement function, or Digitakt doesn’t support it.

Cheers,
Gerry

The correct order of CCs to form a NRPN message is
CC 99 (parameter number MSB)
CC 98 (parameter number LSB)
CC 6 (parameter value MSB)
CC 38 (parameter value LSB)

I don’t know whether DT responds to the increment/decrement message.

1 Like

Thanks.

It’ll respond to a standard CC6 (Data Entry) command fine, just not the CC 96/97 data increment/decrement.

1 Like