12#ifndef __AUDACITY_EFFECT_NORMALIZE__
13#define __AUDACITY_EFFECT_NORMALIZE__
17#include <wx/weakref.h>
static Settings & settings()
Performs effect computation.
bool TransferDataFromWindow(EffectSettings &settings) override
std::unique_ptr< EffectEditor > PopulateOrExchange(ShuttleGui &S, EffectInstance &instance, EffectSettingsAccess &access, const EffectOutputs *pOutputs) override
Add controls to effect panel; always succeeds.
bool TransferDataToWindow(const EffectSettings &settings) override
wxWeakRef< wxWindow > mUIParent
wxCheckBox * mGainCheckBox
void OnUpdateUI(wxCommandEvent &evt)
wxTextCtrl * mLevelTextCtrl
wxCheckBox * mStereoIndCheckBox
Hold values to send to effect output meters.
An Effect to bring the peak level up to a chosen level.
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Externalized state of a plug-in.