Audacity 3.2.0
Variables
Beats.h File Reference
#include "Prefs.h"
Include dependency graph for Beats.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description


Audacity: A Digital Audio Editor

Paul Licameli Michael Papadopoulos split from Decibels.h

Definition in file Beats.h.

Variable Documentation

◆ BeatsPerMinute

NUMERIC_FORMATS_API DoubleSetting BeatsPerMinute
extern

The tempo used for drawing the Beats & Measures ruler.

Definition at line 13 of file Beats.cpp.

Referenced by ProjectTimeSignature::SetTempo().

◆ LowerTimeSignature

NUMERIC_FORMATS_API IntSetting LowerTimeSignature
extern

The lower time signature of the Beats & Measures ruler.

Definition at line 15 of file Beats.cpp.

Referenced by ProjectTimeSignature::SetLowerTimeSignature().

◆ UpperTimeSignature

NUMERIC_FORMATS_API IntSetting UpperTimeSignature
extern

The upper time signature of the Beats & Measures ruler.

Definition at line 14 of file Beats.cpp.

Referenced by ProjectTimeSignature::SetUpperTimeSignature().