You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to read a CC value send from Traktor( for example the CC 004 of the channel 3) with a range from 0 to 127 and according to the value, light 8 leds increasingly like a VU-Meter.
I have searched and I only have found in the examples some banks and in the example of the ShiftReg LEDs that it light up all the LEDs, but it doesn0t read the CC value and according to that, make the VUMeter effect.
So, how can I do that?
Thank you so much
Best regards
The text was updated successfully, but these errors were encountered:
Yes, you can do that. If Traktor supports the Mackie Control Universal protocol, it uses MIDI Channel Pressure events, and in that case, it is supported by the library without any modifications. You should be able to just use the MCU::VULEDs class.
If you want to display the CC value as a VU meter, you'll have to give me time to thursday night or friday, because I have an exam thursday morning.
Hello, I want to read a CC value send from Traktor( for example the CC 004 of the channel 3) with a range from 0 to 127 and according to the value, light 8 leds increasingly like a VU-Meter.
I have searched and I only have found in the examples some banks and in the example of the ShiftReg LEDs that it light up all the LEDs, but it doesn0t read the CC value and according to that, make the VUMeter effect.
So, how can I do that?
Thank you so much
Best regards
The text was updated successfully, but these errors were encountered: