| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
void begin() override
Initialize.
 
A super class for object that have to be updated regularly.
 
uint8_t getValue() override
Get the value of the VU meter.
 
void dotMode()
Set the mode to dot mode.
 
#define BEGIN_CS_NAMESPACE
 
void barMode()
Set the mode to bar mode.
 
class AudioVU::Analyzer level
 
A VU meter that reads from an Audio stream using the Analyzer class.
 
void setMode(AH::DotBarMode mode)
Set the mode to either dot or bar mode.
 
AH::DotBarDisplayLEDs< N > vuleds
 
AudioVULEDs(const AH::DotBarDisplayLEDs< N > &vuleds, AudioAnalyzePeak &level, float gain=1.0)
Create a new AudioVULEDs object.
 
DotBarMode
An enumeration type to set an LED display to either bar or dot mode.
 
A VU meter that reads from an Audio stream using the AudioAnalyzePeak class, and displays it on an LE...
 
void update() override
Update the LEDs with the latest level.