Modify the value (data-byte) of a MIDI control change message.
This is a companion discussion topic for the original entry at https://pedalboards.moddevices.com/plugins/aHR0cDovL2dhcmV1cy5vcmcvb3NzL2x2Mi9taWRpZmlsdGVyI3NjYWxlY2M=
Modify the value (data-byte) of a MIDI control change message.
how do we select which CC it operates on? We can select which MIDI channel using the GUI, but not which CC#.
I’m trying to use this plugin on Zynthian. So far, it has no effect.
hey @Jeff_Learman, as the plugin description says, this plugin changes only the data byte. To change the CC number, I guess you need to use another plugin.
I guess something like the MIDI CC Map is what you need (if I understood properly your need)
Apparently I didn’t make my meaning clear. The plugin changes the value, but for which CC#? All of them? That can’t possibly be useful. I want to change the value only for CC1 (mod wheel.) How do I do that?
Ok, I guess I got it better now.
So, I suggest you use a MIDI Event Filter before the Scale CC Value
That would block other CCs, which I don’t want to do.
Not necessarily, you can use another virtual cable for the normal stream of MIDI.
Can you explain to us a bit better your setup? I guess that will help us better understand your needs.
Aha! On inspecting the code, I realized that by “parameter” they mean “CC#”. I thought it was referring to the parameter value.
As Emily Latella said, “Never mind!”
Thanks!
Perfect! I’m happy that you found the solution.
Sometimes we need to discuss something with someone just to see what was right there from the beginning. That happens to me quite often ![]()
Part of my problem was that it doesn’t work for softsynths in Zynthian, due to how it implements MIDI CC learning, as I finally figured out. But that’s a Zynthian issue.