|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Represents a change in tempo at a specific beat. More...
#include "tracktion_Tempo.h"
Public Attributes | |
| BeatPosition | startBeat |
| The position of the change. | |
| double | bpm |
| The tempo of the change in beats per minute. | |
| float | curve |
| The curve of the change. | |
Represents a change in tempo at a specific beat.
Definition at line 73 of file tracktion_Tempo.h.
| double tracktion::core::tempo::TempoChange::bpm |
The tempo of the change in beats per minute.
Definition at line 76 of file tracktion_Tempo.h.
| float tracktion::core::tempo::TempoChange::curve |
The curve of the change.
0 is a straight line +- < 0.5 are bezier curves.
Definition at line 77 of file tracktion_Tempo.h.
| BeatPosition tracktion::core::tempo::TempoChange::startBeat |
The position of the change.
Definition at line 75 of file tracktion_Tempo.h.