The CVuMeterEx object extends the VSTGUI CVuMeter object with extra functionality.
It is used in the PluginGUI object for creating custom views.
More...
#include <customcontrols.h>
|
| CVuMeterEx (const CRect &size, CBitmap *onBitmap, CBitmap *offBitmap, int32_t nbLed, bool bInverted, bool bAnalogVU, int32_t style=kVertical) |
|
virtual void | draw (CDrawContext *pContext) override |
|
virtual void | setViewSize (const CRect &newSize, bool invalid=true) override |
|
void | initDetector (float samplerate, float attack_in_ms, float release_in_ms, bool bAnalogTC, unsigned int uDetect, bool bLogDetector) |
|
void | setHtOneImage (double d) |
|
void | setImageCount (double d) |
|
void | setZero_dB_Frame (double d) |
|
|
bool | isInverted |
|
bool | isAnalogVU |
|
double | zero_dB_Frame |
|
double | heightOfOneImage |
|
double | subPixMaps |
|
CMeterDetector | detector |
|
The CVuMeterEx object extends the VSTGUI CVuMeter object with extra functionality.
It is used in the PluginGUI object for creating custom views.
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
The documentation for this class was generated from the following files:
- C:/RackAFX_v7/ASPIK_Doxygen/PluginTemplate/project_source/source/CustomControls/customcontrols.h
- C:/RackAFX_v7/ASPIK_Doxygen/PluginTemplate/project_source/source/CustomControls/customcontrols.cpp