10#ifndef __AUDACITY_EFFECT_PAULSTRETCH__
11#define __AUDACITY_EFFECT_PAULSTRETCH__
15#include <wx/weakref.h>
33 void OnText(wxCommandEvent & evt);
static Settings & settings()
Performs effect computation.
Hold values to send to effect output meters.
bool TransferDataToWindow(const EffectSettings &settings) override
bool TransferDataFromWindow(EffectSettings &settings) override
wxWeakRef< wxWindow > mUIParent
std::unique_ptr< EffectEditor > PopulateOrExchange(ShuttleGui &S, EffectInstance &instance, EffectSettingsAccess &access, const EffectOutputs *pOutputs) override
Add controls to effect panel; always succeeds.
void OnText(wxCommandEvent &evt)
An Extreme Time Stretch and Time Smear effect.
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Externalized state of a plug-in.