Carla Backend
Loading...
Searching...
No Matches
CarlaTransportInfo Struct Reference

#include <CarlaHost.h>

Public Attributes

bool playing
 
uint64_t frame
 
int32_t bar
 
int32_t beat
 
int32_t tick
 
double bpm
 

Detailed Description

Transport information.

See also
carla_get_transport_info()

Member Data Documentation

◆ playing

bool CarlaTransportInfo::playing

Wherever transport is playing.

◆ frame

uint64_t CarlaTransportInfo::frame

Current transport frame.

◆ bar

int32_t CarlaTransportInfo::bar

Bar.

◆ beat

int32_t CarlaTransportInfo::beat

Beat.

◆ tick

int32_t CarlaTransportInfo::tick

Tick.

◆ bpm

double CarlaTransportInfo::bpm

Beats per minute.


The documentation for this struct was generated from the following file: