Audacity 3.2.0
|
#include <PitchAndSpeedDialog.h>
Public Member Functions | |
bool | operator== (const PitchShift &other) const |
bool | operator!= (const PitchShift &other) const |
Public Attributes | |
int | semis = 0 |
int | cents = 0 |
Definition at line 48 of file PitchAndSpeedDialog.h.
|
inline |
Definition at line 56 of file PitchAndSpeedDialog.h.
|
inline |
Definition at line 52 of file PitchAndSpeedDialog.h.
int PitchAndSpeedDialog::PitchShift::cents = 0 |
Definition at line 51 of file PitchAndSpeedDialog.h.
Referenced by anonymous_namespace{PitchAndSpeedDialog.cpp}::ClampPitchShift(), operator==(), PitchAndSpeedDialog::PopulateOrExchange(), PitchAndSpeedDialog::Retarget(), and PitchAndSpeedDialog::SetSemitoneShift().
int PitchAndSpeedDialog::PitchShift::semis = 0 |
Definition at line 50 of file PitchAndSpeedDialog.h.
Referenced by anonymous_namespace{PitchAndSpeedDialog.cpp}::ClampPitchShift(), operator==(), PitchAndSpeedDialog::PopulateOrExchange(), PitchAndSpeedDialog::Retarget(), PitchAndSpeedDialog::SetSemitoneShift(), and anonymous_namespace{PitchAndSpeedDialog.cpp}::ToSemitonesAndCents().