#include "Paulstretch.h"
#include "EffectEditor.h"
#include "EffectOutputTracks.h"
#include "LoadEffects.h"
#include <algorithm>
#include <math.h>
#include <wx/valgen.h>
#include "ShuttleGui.h"
#include "FFT.h"
#include "../widgets/valnum.h"
#include "AudacityMessageBox.h"
#include "Prefs.h"
#include "SyncLock.h"
#include "TimeWarper.h"
#include "WaveTrack.h"
Go to the source code of this file.
|
class | PaulStretch |
| Class that helps EffectPaulStretch. It does the FFTs and inner loop of the effect. More...
|
|