|
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.