Audacity 3.2.0
|
#include "WaveClip.h"
Go to the source code of this file.
Classes | |
class | CrossFader |
Not used by Audacity (yet) apparently work in progress that has been abandoned. More... | |
Enumerations | |
enum | FadeType { FT_MIX , FT_TRIANGULAR , FT_EXPONENTIAL } |
enum FadeType |
This defines a crossfader class that accepts a list of WaveClips and can do a mini-mixing to produce the desired crossfading
Enumerator | |
---|---|
FT_MIX | |
FT_TRIANGULAR | |
FT_EXPONENTIAL |
Definition at line 21 of file CrossFade.h.