Audacity 3.2.0
Variables
Beats.cpp File Reference
#include "Beats.h"
Include dependency graph for Beats.cpp:

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...
 

Detailed Description


Audacity: A Digital Audio Editor

Paul Licameli Michael Papadopoulos split from Decibels.cpp

Definition in file Beats.cpp.

Variable Documentation

◆ BeatsPerMinute

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().

◆ LowerTimeSignature

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().

◆ UpperTimeSignature

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().