11#ifndef __AUDACITY_EFFECT_FADE__
12#define __AUDACITY_EFFECT_FADE__
37 const float *
const *inBlock,
float *
const *outBlock,
size_t blockLen)
static Settings & settings()
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...
An Effect that reduces the volume to zero over achosen interval.
unsigned GetAudioInCount() const override
How many input buffers to allocate at once.
EffectType GetType() const override
Type determines how it behaves.
unsigned GetAudioOutCount() const override
How many output buffers to allocate at once.
bool ProcessInitialize(EffectSettings &settings, double sampleRate, ChannelNames chanMap) override
bool IsInteractive() const override
Whether the effect needs a dialog for entry of settings.
EffectFade(bool fadeIn=false)
TranslatableString GetDescription() const override
size_t ProcessBlock(EffectSettings &settings, const float *const *inBlock, float *const *outBlock, size_t blockLen) override
Called for destructive effect computation.
ComponentInterfaceSymbol GetSymbol() const override
static const ComponentInterfaceSymbol Symbol
static const ComponentInterfaceSymbol Symbol
Base class for many of the effects in Audacity.
Holds a msgid for the translation catalog; may also bind format arguments.
Positions or offsets within audio files need a wide type.
Externalized state of a plug-in.