11#ifndef __AUDACITY_EFFECT_CLICK_REMOVAL__
12#define __AUDACITY_EFFECT_CLICK_REMOVAL__
16#include <wx/weakref.h>
static Settings & settings()
An Effect for removing clicks.
void OnWidthSlider(wxCommandEvent &evt)
wxWeakRef< wxWindow > mUIParent
void OnThreshSlider(wxCommandEvent &evt)
bool TransferDataToWindow(const 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.
void OnWidthText(wxCommandEvent &evt)
void OnThreshText(wxCommandEvent &evt)
bool TransferDataFromWindow(EffectSettings &settings) override
Performs effect computation.
Hold values to send to effect output meters.
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Externalized state of a plug-in.