Hi Everyone,
I don't know if this is the best subforum for posting this, but I figured I would try here first.
I have a Kore 2 controller that I would like to use as a generic midi controller. The problem (which is apparently common for these) is that when I touch one knob (for example, knob #2), the device sends midi messages at random to knob #1, changing the value of knob #1 slightly (maybe by one or two numbers). I know the CC# assigned to knob #1, and thus I thought that if there was a way to filter out messages sent to that CC# until I choose to twist knob #1, that might solve my problem.
While I see various midi CC filters available (for example, pizmidi), I can't seem to figure out how to filter out unwanted midi CCs UNTIL I want to change that CC value by twisting knob #1. One idea I had would be if there was a filter that blocked the messages on knob #1 that were less than a certain "velocity", or rate of change. In other words, twisting the knob should allow the CCs through, but not a slower rate of change as seems to be happening here when the messages are being sent automatically. Or, perhaps a way to filter out all CC messages on all CC#s until I twist one of the knobs, thereby "opening" the filter on that knob for a time. The third idea I had would be to filter out any change in CC value less than X - as I mentioned, the messages that are being sent by the unit are usually one or two units in value, and I if I could filter out value changes <2, for example, that would probably solve the problem.
Any help you could provide would be appreciated, and thanks in advance!