Audacity 3.2.0
|
#include "Prefs.h"
Go to the source code of this file.
Variables | |
NUMERIC_FORMATS_API DoubleSetting | BeatsPerMinute |
The tempo used for drawing the Beats & Measures ruler. More... | |
NUMERIC_FORMATS_API IntSetting | UpperTimeSignature |
The upper time signature of the Beats & Measures ruler. More... | |
NUMERIC_FORMATS_API IntSetting | LowerTimeSignature |
The lower time signature of the Beats & Measures ruler. More... | |
Audacity: A Digital Audio Editor
Paul Licameli Michael Papadopoulos split from Decibels.h
Definition in file Beats.h.
|
extern |
The tempo used for drawing the Beats & Measures ruler.
Definition at line 13 of file Beats.cpp.
Referenced by ProjectTimeSignature::SetTempo().
|
extern |
The lower time signature of the Beats & Measures ruler.
Definition at line 15 of file Beats.cpp.
Referenced by ProjectTimeSignature::SetLowerTimeSignature().
|
extern |
The upper time signature of the Beats & Measures ruler.
Definition at line 14 of file Beats.cpp.
Referenced by ProjectTimeSignature::SetUpperTimeSignature().