|
Blender
V2.59
|
#include <AUD_EnvelopeFactory.h>

Public Member Functions | |
| AUD_EnvelopeFactory (AUD_IFactory *factory, float attack, float release, float threshold, float arthreshold) | |
| virtual AUD_IReader * | createReader () const |
This factory creates an envelope follower reader.
Definition at line 40 of file AUD_EnvelopeFactory.h.
| AUD_EnvelopeFactory::AUD_EnvelopeFactory | ( | AUD_IFactory * | factory, |
| float | attack, | ||
| float | release, | ||
| float | threshold, | ||
| float | arthreshold | ||
| ) |
Creates a new envelope factory.
| factory | The input factory. |
| attack | The attack value in seconds. |
| release | The release value in seconds. |
| threshold | The threshold value. |
| arthreshold | The attack/release threshold value. |
Definition at line 59 of file AUD_EnvelopeFactory.cpp.
| AUD_IReader * AUD_EnvelopeFactory::createReader | ( | ) | const [virtual] |
Creates a reader for playback of the sound source.
| AUD_Exception | An exception may be thrown if there has been a more unexpected error during reader creation. |
Implements AUD_IFactory.
Definition at line 70 of file AUD_EnvelopeFactory.cpp.
References EnvelopeParameters::arthreshold, EnvelopeParameters::attack, endEnvelopeFilter(), envelopeFilter(), AUD_EffectFactory::getReader(), AUD_IReader::getSpecs(), pow(), AUD_Specs::rate, EnvelopeParameters::release, and EnvelopeParameters::threshold.