iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Classes | Variables
IVMeterControl.h File Reference
#include "IControl.h"
#include "ISender.h"
#include "IPlugStructs.h"

Go to the source code of this file.

Classes

class  IVMeterControl< MAXNC >
 Vectorial multi-channel capable meter control, linear or log response. More...
 
class  IVPeakAvgMeterControl< MAXNC >
 Vectorial multi-channel capable meter control, with log response, held-peaks and filled-average/rms Requires an IPeakAvgSender. More...
 
class  IVLEDMeterControl< MAXNC >
 Vectorial multi-channel capable meter control with segmented LEDs, log response. More...
 
struct  IVLEDMeterControl< MAXNC >::LEDRange
 LED Range comprises info for a range of LED segments. More...
 

Variables

static const IColor LED1 = {255, 36, 157, 16}
 
static const IColor LED2 = {255, 153, 191, 28}
 
static const IColor LED3 = {255, 215, 222, 37}
 
static const IColor LED4 = {255, 247, 153, 33}
 
static const IColor LED5 = COLOR_RED
 

Detailed Description

Vectorial multi-channel capable meter control, linear or log response.

Definition in file IVMeterControl.h.

Variable Documentation

◆ LED1

const IColor LED1 = {255, 36, 157, 16}
static

Definition at line 225 of file IVMeterControl.h.

◆ LED2

const IColor LED2 = {255, 153, 191, 28}
static

Definition at line 226 of file IVMeterControl.h.

◆ LED3

const IColor LED3 = {255, 215, 222, 37}
static

Definition at line 227 of file IVMeterControl.h.

◆ LED4

const IColor LED4 = {255, 247, 153, 33}
static

Definition at line 228 of file IVMeterControl.h.

◆ LED5

const IColor LED5 = COLOR_RED
static

Definition at line 229 of file IVMeterControl.h.