Encoders with LED rings #379
Replies: 1 comment 20 replies
-
First of all, your DAW has to support relative control change MIDI control messages. Try out the RotaryEncoder example first, before spending any time on getting the LEDs to work. If that works, you need some code to receive the knob position from the DAW. You rely on the DAW sending this information, if it doesn't, you're out of luck (maybe you can write some custom controller scripts if the DAW allows this). If you want to write to the LEDs yourself, you can use the CCValue class, see this example: Pitch-Bend-Value I've linked to the documentation for the |
Beta Was this translation helpful? Give feedback.
-
Hi Peter! I am a novice Arduino user. I can't find a solution for LED rings tied to encoders. Please help me. Arduino 2560 board, the LEDs are connected to the 74HC595 shift register. The LED rings should display the channel volume position in the DAW. At the same time, the controller has two banks of 8 channels. Below I attach a working sketch in which I want to replace the ССpotentiometers with encoders:
Beta Was this translation helpful? Give feedback.
All reactions