Audacity 3.2.0
Beats.h
Go to the documentation of this file.
1/*!********************************************************************
2
3Audacity: A Digital Audio Editor
4
5@file Beats.h
6
7Paul Licameli
8Michael Papadopoulos split from Decibels.h
9
10**********************************************************************/
11#ifndef __AUDACITY_BEATS__
12#define __AUDACITY_BEATS__
13
14#include "Prefs.h"
15
17extern NUMERIC_FORMATS_API DoubleSetting BeatsPerMinute;
19extern NUMERIC_FORMATS_API IntSetting UpperTimeSignature;
21extern NUMERIC_FORMATS_API IntSetting LowerTimeSignature;
22
23#endif
NUMERIC_FORMATS_API DoubleSetting BeatsPerMinute
The tempo used for drawing the Beats & Measures ruler.
Definition: Beats.cpp:13
NUMERIC_FORMATS_API IntSetting UpperTimeSignature
The upper time signature of the Beats & Measures ruler.
Definition: Beats.cpp:14
NUMERIC_FORMATS_API IntSetting LowerTimeSignature
The lower time signature of the Beats & Measures ruler.
Definition: Beats.cpp:15
Specialization of Setting for double.
Definition: Prefs.h:363
Specialization of Setting for int.
Definition: Prefs.h:356