#include <tempo-type.h>
Public Member Functions | |
| tempo_type () | |
| tempo_type (float4 p) | |
| bool | valid () |
| bool | none () |
| bool | in_range () |
| signed4 | lower (signed4 delta) |
| signed4 | higher (signed4 delta) |
| QString | qstring () |
Public Attributes | |
| float4 | tempo |
Static Public Attributes | |
| static const float4 | no_tempo = -1 |
| tempo_type::tempo_type | ( | ) | [inline] |
| tempo_type::tempo_type | ( | float4 | p | ) | [inline] |
References tempo.
Referenced by BpmAnalyzerDialog::tap().
| bool tempo_type::in_range | ( | ) | [inline] |
References tempo.
References tempo.
Referenced by BpmAnalyzerDialog::tap().
| bool tempo_type::none | ( | ) | [inline] |
References no_tempo, and tempo.
Referenced by qstring(), SongMetriek::tempo_diff(), and valid().
| QString tempo_type::qstring | ( | ) | [inline] |
| bool tempo_type::valid | ( | ) | [inline] |
References none().
const float4 tempo_type::no_tempo = -1 [static] |
no_tempo is the constant -1 (defined in types.c++)
Referenced by none().
1.6.2