12-07-2019, 04:37 AM
I've been having this problem for a while too. Just to check I captured the output of the NDLR (below) using MIDI-OX with the latest firmware (1.1.062). The NDLR was set to C Major, with I C selected. The pad was set to output to ALL ports on MIDI channel 14.
I pressed PLAY for the pad, then changed from I C to IV F, then stopped the pad. You can see that, for the change, the NDLR didn't output any new notes. However, when I stopped the pad it sent MIDI note off messages for the notes in the IV F chord.
There's definitely something amiss...
Ian
I pressed PLAY for the pad, then changed from I C to IV F, then stopped the pad. You can see that, for the change, the NDLR didn't output any new notes. However, when I stopped the pad it sent MIDI note off messages for the notes in the IV F chord.
There's definitely something amiss...
Ian
Code:
TIMESTAMP IN PORT STATUS DATA1 DATA2 CHAN NOTE EVENT
00006C51 18 -- FA -- -- -- --- Start
00006C51 18 -- 9D 24 7F 14 C 2 Note On
00006C51 18 -- 9D 28 7F 14 E 2 Note On
00006C51 18 -- 9D 2B 7F 14 G 2 Note On
00006C51 18 -- 9D 30 7F 14 C 3 Note On
00006C51 18 -- 9D 34 7F 14 E 3 Note On
00006C51 18 -- 9D 37 7F 14 G 3 Note On
00009FA1 18 -- FC -- -- -- --- Stop
00009FB0 18 -- 8D 24 00 14 C 2 Note Off
00009FB0 18 -- 8D 29 00 14 F 2 Note Off
00009FB0 18 -- 8D 2D 00 14 A 2 Note Off
00009FB0 18 -- 8D 30 00 14 C 3 Note Off
00009FB0 18 -- 8D 35 00 14 F 3 Note Off
00009FB0 18 -- 8D 39 00 14 A 3 Note Off