#include <Banks/BankableMIDIInput.hpp>#include <AH/Hardware/ExtendedInputOutput/ExtendedInputOutput.hpp>#include <AH/Math/MinMaxFix.hpp>#include <MIDI_Inputs/MIDIInputElementChannelPressure.hpp>#include <string.h>Go to the source code of this file.
Classes | |
| class | IVU |
| An abstract interface for VU meters. More... | |
| struct | VUEmptyCallback |
| Empty callback for VU meters that does nothing. More... | |
| class | VU_Base< NumValues, Callback > |
| A MIDI input element that represents a Mackie Control Universal VU meter. More... | |
| class | GenericVU< Callback > |
| A class for MIDI input elements that represent Mackie Control Universal VU meters. More... | |
| class | VU |
| A class for MIDI input elements that represent Mackie Control Universal VU meters. More... | |
| class | GenericVU< NumBanks, Callback > |
| A class for MIDI input elements that represent Mackie Control Universal VU meters. More... | |
| class | VU< NumBanks > |
| A class for MIDI input elements that represent Mackie Control Universal VU meters. More... | |
Namespaces | |
| MCU | |
| Names and note and controller numbers for the Mackie Control Universal (MCU) protocol. | |
| MCU::VUDecay | |
| VU Decay time constants. | |
| MCU::Bankable | |
Variables | |
| constexpr unsigned int | Hold = 0 |
| Don't decay automatically, hold the latest value until a new one is received. More... | |
| constexpr unsigned int | Default = 150 |
| Decay one segment/block every 150 ms if no new values are received. More... | |
1.8.16