iPlug2 - C++ Audio Plug-in Framework
Classes | Variables
IVMeterControl.h File Reference

Vectorial multi-channel capable meter control. More...

#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. More...
 
class  IVLEDMeterControl< MAXNC >
 Vectorial multi-channel capable meter control with segmented LEDs. 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.

Definition in file IVMeterControl.h.