|
Carla Backend
|
#include <CarlaEngine.hpp>
Public Member Functions | |
| void | clear () noexcept |
Public Attributes | |
| bool | valid |
| int32_t | bar |
| current bar More... | |
| int32_t | beat |
| current beat-within-bar More... | |
| double | tick |
| current tick-within-beat More... | |
| double | barStartTick |
| float | beatsPerBar |
| time signature "numerator" More... | |
| float | beatType |
| time signature "denominator" More... | |
| double | ticksPerBeat |
| double | beatsPerMinute |
Engine BBT Time information.
|
noexcept |
Clear.
| bool EngineTimeInfoBBT::valid |
| int32_t EngineTimeInfoBBT::bar |
current bar
| int32_t EngineTimeInfoBBT::beat |
current beat-within-bar
| double EngineTimeInfoBBT::tick |
current tick-within-beat
| double EngineTimeInfoBBT::barStartTick |
| float EngineTimeInfoBBT::beatsPerBar |
time signature "numerator"
| float EngineTimeInfoBBT::beatType |
time signature "denominator"
| double EngineTimeInfoBBT::ticksPerBeat |
| double EngineTimeInfoBBT::beatsPerMinute |
1.8.17