Beginner Q: How to modify CC sent by Xone 1D as standalone hardware controller #558
-
I want to use my Xone 1D midi hardware to control a Lexicon MX200 reverb processor (or similar) for my live DJ performance. However, the transmitted midi cc of the Xone 1D midi hardware does not match the recognized midi cc of the Lexicon MX200. Is there a way I can use Ctrlr to modify the midi map of the Xone 1D such that I can use it as a standalone midi hardware controller for the Lexicon MX200? Any alternate suggestions?? Thanks for all your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Can you give some more detail? For example could you show what code you are trying to use to do this? Or even post the panel on the forum? |
Beta Was this translation helpful? Give feedback.
Absolutely, Ctrlr would be great for that. I started working in this kind of panel to translate Midi CC to another one.
The first thing you need to do is to list all the destination CC controls you have to use.
Then prepare a panel GUI with those knobs.
You need to think if you want a GUI related to the hardware/software you want to control (ie your lexicon m200) or if you want to represent the remote control (xone 1D)
If it's the latter, design a panel with the different knobs as on the Xone. Assign the knobs to their original CC controller.
Something based on that diagram :
then you need lua to translate the incoming fixed parameter from the xone, to the new cc parameter value.
Under e…