|
template<uint8_t NumLEDs> |
using | NoteLEDBar = NoteCCKPLEDBar< MIDIMessageType::NOTE_ON, NumLEDs > |
| Class that listens for Note events and displays the velocity on an LED Bar Graph, turning on a different number of LEDs depending on the velocity. More...
|
|
template<uint8_t NumLEDs> |
using | CCLEDBar = NoteCCKPLEDBar< MIDIMessageType::CONTROL_CHANGE, NumLEDs > |
| Class that listens for Control Change events and displays the value on an LED Bar Graph, turning on a different number of LEDs depending on the value. More...
|
|
template<uint8_t NumLEDs> |
using | KPLEDBar = NoteCCKPLEDBar< MIDIMessageType::KEY_PRESSURE, NumLEDs > |
| Class that listens for Key Pressure events and displays the pressure on an LED Bar Graph, turning on a different number of LEDs depending on the value. More...
|
|
template<uint8_t BankSize, uint8_t NumLEDs> |
using | NoteLEDBar = NoteCCKPLEDBar< MIDIMessageType::NOTE_ON, BankSize, NumLEDs > |
| Class that listens for Note events and displays the velocity on an LED Bar Graph, turning on a different number of LEDs depending on the velocity. More...
|
|
template<uint8_t BankSize, uint8_t NumLEDs> |
using | CCLEDBar = NoteCCKPLEDBar< MIDIMessageType::CONTROL_CHANGE, BankSize, NumLEDs > |
| Class that listens for Control Change events and displays the value on an LED Bar Graph, turning on a different number of LEDs depending on the value. More...
|
|
template<uint8_t BankSize, uint8_t NumLEDs> |
using | KPLEDBar = NoteCCKPLEDBar< MIDIMessageType::KEY_PRESSURE, BankSize, NumLEDs > |
| Class that listens for Key Pressure events and displays the pressure on an LED Bar Graph, turning on a different number of LEDs depending on the value. More...
|
|