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