Carla Backend
Public Attributes | List of all members
_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: