MIDI CC-7 filter and map problem

I have an old (and crappy) Evolution EKeys 49 MIDI keyboard which for some reason playing some keys sends a a lot of CC-7 (Volume) messages along with the note on/off. I tried to filter it but the MIDI Event Filter plugin doesn’t seem to filter this CC. I tried to remap the Volume message to a Channel Pressure, which my keyboard is not capable to send, and then filter it, but is not working… Filtering all the CCs blocks it but, it prevents me to use the modulation wheel on my keyboard.

Here is a little gif of the MIDI message I have. As you can see it blocks only if I filter all the CCs

CCProblem

Can anyone help me with this? Thank you

  1. It looks like the mapping form CC 7 to 10 works (I see 0x0a in the MIDI tracer)
  2. As for the Event Filter: you want to block custom messages.

Type : Control Change
Data1: 7 (for CC7)

image

Robin, thank you. I couldn’t figure out how to use the custom message blocking… Actually I was confused by the word “Data” which I thought it was the value, not the CC number. I’ll give it a try.

The Value of a CC message “Data 2”.

CC messages have three bytes:

0xB[channel 0-15] [Controller-number (0-127)] [Value (0-127)]

1 Like