#include <MIDI_Inputs/LEDs/MCU/VULEDs.hpp>
 Inheritance diagram for VULEDs< NumLEDs >:
 Collaboration diagram for VULEDs< NumLEDs >:Public Member Functions | |
| VULEDs (const PinList< NumLEDs > &ledPins, uint8_t track, unsigned int decayTime=VUDecay::Default) | |
| VULEDs (const PinList< NumLEDs > &ledPins, uint8_t track, MIDIChannelCN channelCN, unsigned int decayTime=VUDecay::Default) | |
| AH::DotBarMode | getMode () const | 
| Get the dot/bar mode.  More... | |
| void | setMode (AH::DotBarMode mode) | 
| Set the mode to either dot or bar mode.  More... | |
| void | dotMode () | 
| Set the mode to dot mode.  More... | |
| void | barMode () | 
| Set the mode to bar mode.  More... | |
| void | toggleMode () | 
| Toggle the dot/bar mode.  More... | |
| void | begin () override | 
| Initialize.  More... | |
| void | reset () override | 
| Reset all values to zero.  More... | |
| uint8_t | getValue () override | 
| Return the VU meter value as an integer in [0, 12].  More... | |
| bool | getOverload () override | 
| Return the overload status.  More... | |
| void | update () override | 
| Update is called periodically, it decays the meter if the time is right.  More... | |
| bool | updateWith (const ChannelMessageMatcher &midimsg) | 
| Receive a new MIDI message and update the internal state.  More... | |
| virtual float | getFloatValue () | 
| Get the VU meter value as a floating point number.  More... | |
| uint8_t | getMax () const | 
| Get the maximum value that this VU meter can return.  More... | |
Static Public Member Functions | |
| static void | beginAll () | 
| static void | resetAll () | 
| Reset all MIDIInputElementChannelPressure elements to their initial state.  More... | |
| static void | updateAll () | 
| Update all MIDIInputElementChannelPressure elements.  More... | |
| static void | updateAllWith (const ChannelMessageMatcher &midimsg) | 
| Update all MIDIInputElementChannelPressure elements with a new MIDI message.  More... | |
Public Attributes | |
| VULEDsCallback< NumLEDs > | callback | 
Protected Attributes | |
| const MIDIAddress | address | 
| MIDIInputElementChannelPressure * | next | 
| MIDIInputElementChannelPressure * | previous | 
| const uint8_t | max | 
Private Member Functions | |
| uint8_t | getValue (uint8_t index) const | 
| Get the VU meter value from the raw value.  More... | |
| bool | getOverload (uint8_t index) const | 
| Get the overload status value from the raw value.  More... | |
| bool | updateImpl (const ChannelMessageMatcher &midimsg, const MIDIAddress &target) override | 
| Called when an incoming MIDI message matches this element.  More... | |
| MIDIAddress | getTarget (const ChannelMessageMatcher &midimsg) const override | 
| The address of the VU meter is the high nibble of the first (and only) data byte.  More... | |
| void | decay () | 
| virtual uint8_t | getSelection () const | 
| Get the active bank selection.  More... | |
| virtual setting_t | getBankIndex (const MIDIAddress &target) const | 
| Get the bank index from a MIDI address.  More... | |
| void | setValue (uint8_t index, uint8_t newValue) | 
| Set the VU meter value.  More... | |
| void | setOverload (uint8_t index) | 
| Set the overload status.  More... | |
| void | clearOverload (uint8_t index) | 
| Clear the overload status.  More... | |
| void | moveDown () | 
| Move down this element in the linked list of elements.  More... | |
| virtual bool | match (const MIDIAddress &target) const | 
| Check if the address of the incoming MIDI message matches an address of this element.  More... | |
Private Attributes | |
| Array< uint8_t, NumValues > | values | 
| unsigned int | decayTime | 
| unsigned long | prevDecayTime | 
Static Private Attributes | |
| static DoublyLinkedList< MIDIInputElementChannelPressure > | elements | 
Definition at line 46 of file VULEDs.hpp.
      
  | 
  inline | 
Definition at line 48 of file VULEDs.hpp.
      
  | 
  inline | 
Definition at line 57 of file VULEDs.hpp.
      
  | 
  inline | 
Get the dot/bar mode.
Definition at line 67 of file VULEDs.hpp.
      
  | 
  inline | 
Set the mode to either dot or bar mode.
| mode | The mode. | 
Definition at line 69 of file VULEDs.hpp.
      
  | 
  inline | 
Set the mode to dot mode.
Definition at line 71 of file VULEDs.hpp.
      
  | 
  inline | 
Set the mode to bar mode.
Definition at line 73 of file VULEDs.hpp.
      
  | 
  inline | 
Toggle the dot/bar mode.
Definition at line 75 of file VULEDs.hpp.
      
  | 
  inlineoverridevirtualinherited | 
      
  | 
  inlineoverridevirtualinherited | 
Reset all values to zero.
Reimplemented from MIDIInputElement.
      
  | 
  inlineoverridevirtualinherited | 
      
  | 
  inlineprivateinherited | 
      
  | 
  inlineoverridevirtualinherited | 
      
  | 
  inlineprivateinherited | 
      
  | 
  inlineoverridevirtualinherited | 
Update is called periodically, it decays the meter if the time is right.
Reimplemented from MIDIInputElement.
      
  | 
  inlineoverrideprivatevirtualinherited | 
Called when an incoming MIDI message matches this element.
Implements MIDIInputElement.
      
  | 
  inlineoverrideprivatevirtualinherited | 
The address of the VU meter is the high nibble of the first (and only) data byte.
Reimplemented from MIDIInputElementChannelPressure.
      
  | 
  inlineprivatevirtualinherited | 
      
  | 
  inlineprivatevirtualinherited | 
      
  | 
  inlineprivateinherited | 
      
  | 
  inlineprivateinherited | 
      
  | 
  inlineprivateinherited | 
      
  | 
  inlinestaticinherited | 
Definition at line 44 of file MIDIInputElementChannelPressure.hpp.
      
  | 
  inlinestaticinherited | 
Reset all MIDIInputElementChannelPressure elements to their initial state.
Definition at line 56 of file MIDIInputElementChannelPressure.hpp.
      
  | 
  inlinestaticinherited | 
Update all MIDIInputElementChannelPressure elements.
Definition at line 65 of file MIDIInputElementChannelPressure.hpp.
      
  | 
  inlinestaticinherited | 
Update all MIDIInputElementChannelPressure elements with a new MIDI message.
Definition at line 77 of file MIDIInputElementChannelPressure.hpp.
      
  | 
  inlineprivateinherited | 
Move down this element in the linked list of elements.
This means that the element will be checked earlier on the next iteration.
Definition at line 105 of file MIDIInputElementChannelPressure.hpp.
      
  | 
  inlineinherited | 
Receive a new MIDI message and update the internal state.
Definition at line 39 of file MIDIInputElement.hpp.
      
  | 
  inlineprivatevirtualinherited | 
Check if the address of the incoming MIDI message matches an address of this element.
Reimplemented in GenericNoteCCRange< MIDIInputElementCC, RangeLen, BankSize, NoteCCFastLEDCallback< DefaultColorMapper > >, GenericNoteCCRange< MIDIInputElementNote, 1, BankSize, NoteCCLEDPWM< 1 > >, GenericNoteCCRange< MIDIInputElementNote, 1, BankSize, NoteCCFastLEDCallback< DefaultColorMapper > >, GenericNoteCCRange< MIDIInputElementNote, RangeLen, BankSize, NoteCCFastLEDCallback< DefaultColorMapper > >, GenericNoteCCRange< MIDIInputElementCC, 1, BankSize, NoteCCLED< 1 > >, GenericNoteCCRange< MIDIInputElementCC, 1, BankSize, NoteCCFastLEDCallback< DefaultColorMapper > >, GenericNoteCCRange< MIDIInputElementCC, RangeLen, BankSize, NoteCCLEDPWM< RangeLen > >, GenericNoteCCRange< MIDIInputElementNote, RangeLen, BankSize, NoteCCLED< RangeLen > >, GenericNoteCCRange< MIDIInputElementNote, 1, BankSize, NoteCCLEDBarCallback< NumLEDs > >, GenericNoteCCRange< MIDIInputElementCC, 1, BankSize, NoteCCLEDPWM< 1 > >, GenericNoteCCRange< MIDIInputElementNote, RangeLen, BankSize, NoteCCLEDPWM< RangeLen > >, GenericNoteCCRange< MIDIInputElementNote, 1, BankSize, NoteCCLED< 1 > >, GenericNoteCCRange< MIDIInputElementCC, 1, BankSize, NoteCCLEDBarCallback< NumLEDs > >, GenericNoteCCRange< MIDIInputElementCC, RangeLen, BankSize, NoteCCLED< RangeLen > >, GenericNoteCCRange< MIDIInputElementCC, 1, NoteCCLED< 1 > >, GenericNoteCCRange< MIDIInputElementNote, RangeLen, NoteCCFastLEDCallback< DefaultColorMapper > >, GenericNoteCCRange< MIDIInputElementNote, 1, NoteCCLED< 1 > >, GenericNoteCCRange< MIDIInputElementNote, RangeLen, NoteCCLED< RangeLen > >, GenericNoteCCRange< MIDIInputElementCC, 1, NoteCCFastLEDCallback< DefaultColorMapper > >, GenericNoteCCRange< MIDIInputElementNote, 1, NoteCCLEDPWM< 1 > >, GenericNoteCCRange< MIDIInputElementCC, 1, NoteCCLEDPWM< 1 > >, GenericNoteCCRange< MIDIInputElementCC, RangeLen, NoteCCLED< RangeLen > >, GenericNoteCCRange< MIDIInputElementNote, 1, NoteCCFastLEDCallback< DefaultColorMapper > >, GenericNoteCCRange< MIDIInputElementCC, 1, NoteCCLEDBarCallback< NumLEDs > >, GenericNoteCCRange< MIDIInputElementNote, RangeLen, NoteCCLEDPWM< RangeLen > >, GenericNoteCCRange< MIDIInputElementNote, 1, NoteCCLEDBarCallback< NumLEDs > >, GenericNoteCCRange< MIDIInputElementCC, RangeLen, NoteCCLEDPWM< RangeLen > >, GenericNoteCCRange< MIDIInputElementCC, RangeLen, NoteCCFastLEDCallback< DefaultColorMapper > >, GenericVU< NumBanks, Callback >, GenericVU< NumBanks >, GenericVU< NumBanks, VULEDsCallback< NumLEDs > >, GenericVPotRing< NumBanks, Callback >, GenericVPotRing< NumBanks >, GenericVPotRing< NumBanks, VPotRingLEDsCallback >, SevenSegmentDisplay< LENGTH >, SevenSegmentDisplay< AssignmentDisplayLength >, and SevenSegmentDisplay< TimeDisplayLength >.
Definition at line 78 of file MIDIInputElement.hpp.
      
  | 
  inlinevirtualinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inherited | 
      
  | 
  staticprivateinherited | 
Definition at line 110 of file MIDIInputElementChannelPressure.hpp.
      
  | 
  protectedinherited | 
Definition at line 83 of file MIDIInputElement.hpp.
      
  | 
  protectedinherited | 
Definition at line 323 of file LinkedList.hpp.
      
  | 
  protectedinherited | 
Definition at line 324 of file LinkedList.hpp.