Change Channel #336
-
|
Hello, I'm developing in C# and I'm communicating very well with my interface (Presonus). To change the button LED color, the documentation indicates that MIDI channels 1-3 are used to set the RGB values of an LED color with a resolution of 7 bits per color. I can't find how to use the instruction to change the channel, which is currently set to 0 by default. Can you help me? François. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi François,
Change channel of what? What MIDI events do you send to the Presonus? Show me C# code of how you use DryWetMIDI. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much for your quick response. Now everything works perfectly. |
Beta Was this translation helpful? Give feedback.
Thank you very much for your quick response.
I found the solution to change the channel, which by default is channel 0.
Here's my code snippet:
Now everything works perfectly.
Thank you.