Audacity 3.2.0
|
#include "PaulstretchBase.h"
#include "BasicUI.h"
#include "EffectOutputTracks.h"
#include "FFT.h"
#include "Prefs.h"
#include "SyncLock.h"
#include "TimeWarper.h"
#include "WaveTrack.h"
#include <algorithm>
#include <cfloat>
#include <cmath>
Go to the source code of this file.
Classes | |
class | PaulStretch |
Class that helps EffectPaulStretch. It does the FFTs and inner loop of the effect. More... | |