15#ifndef __AUDACITY_LV2_EFFECT_METER__
16#define __AUDACITY_LV2_EFFECT_METER__
35 void OnErase(wxEraseEvent &evt);
36 void OnPaint(wxPaintEvent &evt);
37 void OnIdle(wxIdleEvent &evt);
38 void OnSize(wxSizeEvent &evt);
std::shared_ptr< LV2ControlPort > LV2ControlPortPtr
UI widget that watches a floating point location and then updates a bar.
void OnErase(wxEraseEvent &evt)
LV2EffectMeter(wxWindow *parent, const LV2ControlPortPtr ctrl, const float &value)
const LV2ControlPortPtr mControlPort
void OnPaint(wxPaintEvent &evt)
void OnSize(wxSizeEvent &evt)
void OnIdle(wxIdleEvent &evt)
virtual ~LV2EffectMeter()