Carla Backend
|
#include <CarlaHost.h>
Public Attributes | |
bool | playing |
uint64_t | frame |
int32_t | bar |
int32_t | beat |
int32_t | tick |
double | bpm |
Transport information.
bool _CarlaTransportInfo::playing |
Wherever transport is playing.
uint64_t _CarlaTransportInfo::frame |
Current transport frame.
int32_t _CarlaTransportInfo::bar |
Bar.
int32_t _CarlaTransportInfo::beat |
Beat.
int32_t _CarlaTransportInfo::tick |
Tick.
double _CarlaTransportInfo::bpm |
Beats per minute.