Audacity 3.2.0
Classes | Enumerations
PitchAndSpeedDialog.h File Reference
#include "ClientData.h"
#include "Observer.h"
#include "WaveClip.h"
#include "WaveTrack.h"
#include "wxPanelWrapper.h"
Include dependency graph for PitchAndSpeedDialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PitchAndSpeedDialog
 
struct  PitchAndSpeedDialog::PitchShift
 
struct  PitchAndSpeedDialog::StrongTarget
 

Enumerations

enum class  PitchAndSpeedDialogGroup { Pitch , Speed }
 

Enumeration Type Documentation

◆ PitchAndSpeedDialogGroup

enum class PitchAndSpeedDialogGroup
strong
Enumerator
Pitch 
Speed 

Definition at line 24 of file PitchAndSpeedDialog.h.

25{
26 Pitch,
27 Speed
28};