|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Tempo event definition. More...
#include <src/dsp/tempo_map.h>
Data Fields | |
| units::tick_t | tick |
| Position in ticks. | |
| double | bpm {} |
| Tempo in BPM. | |
| CurveType | curve {} |
| Curve type from this event to the next. | |
Tempo event definition.
Definition at line 54 of file tempo_map.h.
| double zrythm::dsp::FixedPpqTempoMap< PPQ >::TempoEvent::bpm {} |
Tempo in BPM.
Definition at line 57 of file tempo_map.h.
| CurveType zrythm::dsp::FixedPpqTempoMap< PPQ >::TempoEvent::curve {} |
Curve type from this event to the next.
Definition at line 58 of file tempo_map.h.
| units::tick_t zrythm::dsp::FixedPpqTempoMap< PPQ >::TempoEvent::tick |
Position in ticks.
Definition at line 56 of file tempo_map.h.