|
iPlug2 - C++ Audio Plug-in Framework
|
LED Range for spectrum analyzer bar segments. More...
#include <IVBarGraphSpectrumAnalyzerControl.h>
Public Member Functions | |
| SpectrumLEDRange (float low, float high, int segs, IColor c) | |
Public Attributes | |
| float | lowRangeDB |
| float | highRangeDB |
| int | nSegs |
| IColor | color |
LED Range for spectrum analyzer bar segments.
Definition at line 27 of file IVBarGraphSpectrumAnalyzerControl.h.
|
inline |
Definition at line 34 of file IVBarGraphSpectrumAnalyzerControl.h.
| IColor SpectrumLEDRange::color |
Definition at line 32 of file IVBarGraphSpectrumAnalyzerControl.h.
| float SpectrumLEDRange::highRangeDB |
Definition at line 30 of file IVBarGraphSpectrumAnalyzerControl.h.
| float SpectrumLEDRange::lowRangeDB |
Definition at line 29 of file IVBarGraphSpectrumAnalyzerControl.h.
| int SpectrumLEDRange::nSegs |
Definition at line 31 of file IVBarGraphSpectrumAnalyzerControl.h.