|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Time signature event definition. More...
#include <src/dsp/tempo_map.h>
Public Member Functions | |
| constexpr auto | quarters_per_bar () const |
| constexpr auto | ticks_per_bar () const |
| constexpr auto | ticks_per_beat () const |
| constexpr auto | is_different_time_signature (const TimeSignatureEvent &other) const |
Data Fields | |
| units::tick_t | tick |
| Position in ticks. | |
| int | numerator {} |
| Beats per bar. | |
| int | denominator {} |
| Beat unit (2,4,8,16). | |
Time signature event definition.
Definition at line 64 of file tempo_map.h.
|
inlineconstexpr |
Definition at line 86 of file tempo_map.h.
|
inlineconstexpr |
Definition at line 70 of file tempo_map.h.
|
inlineconstexpr |
Definition at line 75 of file tempo_map.h.
|
inlineconstexpr |
Definition at line 80 of file tempo_map.h.
| int zrythm::dsp::FixedPpqTempoMap< PPQ >::TimeSignatureEvent::denominator {} |
Beat unit (2,4,8,16).
Definition at line 68 of file tempo_map.h.
| int zrythm::dsp::FixedPpqTempoMap< PPQ >::TimeSignatureEvent::numerator {} |
Beats per bar.
Definition at line 67 of file tempo_map.h.
| units::tick_t zrythm::dsp::FixedPpqTempoMap< PPQ >::TimeSignatureEvent::tick |
Position in ticks.
Definition at line 66 of file tempo_map.h.