ffont / official-ddrm-issue-tracker

5 stars 0 forks source link

FEET and GLIDE MODE sliders/button send wrong MIDI CC messages #31

Closed ffont closed 6 years ago

ffont commented 6 years ago

According to DDRM's MIDI implementation, FEET sliders A & B correspond to MIDI Control Change controllers 102 and 103. GLIDE MODE button corresponds to CC 120. Even though DDRM responds as expected when receiving CC values for 102, 103 and 120 (i.e. I can control FEET and GLIDE MODE with external controllers), the sliders/button do not seem to be sending CC values correctly. When moving FEET sliders or switching the GLIDE MODE button, DDRM sends CC messages to controller 100 (which is in fact a reserved number).

ffont commented 6 years ago

As of firmware 1.2.7 FEET and GLIDE sliders send CC values correctly at 102, 103 and 39 respectively. Closing this issue.