Carla Backend
Public Member Functions | Public Attributes | List of all members
EngineTimeInfoBBT Struct Reference

#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
 

Detailed Description

Engine BBT Time information.

Member Function Documentation

◆ clear()

void EngineTimeInfoBBT::clear ( )
noexcept

Clear.

Member Data Documentation

◆ valid

bool EngineTimeInfoBBT::valid

◆ bar

int32_t EngineTimeInfoBBT::bar

current bar

◆ beat

int32_t EngineTimeInfoBBT::beat

current beat-within-bar

◆ tick

double EngineTimeInfoBBT::tick

current tick-within-beat

◆ barStartTick

double EngineTimeInfoBBT::barStartTick

◆ beatsPerBar

float EngineTimeInfoBBT::beatsPerBar

time signature "numerator"

◆ beatType

float EngineTimeInfoBBT::beatType

time signature "denominator"

◆ ticksPerBeat

double EngineTimeInfoBBT::ticksPerBeat

◆ beatsPerMinute

double EngineTimeInfoBBT::beatsPerMinute

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