ardour
Public Member Functions | Public Attributes | List of all members
ARDOUR::TempoMap::BBTPoint Struct Reference

#include <tempo.h>

Public Member Functions

 BBTPoint (const MeterSection &m, const TempoSection &t, framepos_t f, uint32_t b, uint32_t e)
 
Timecode::BBT_Time bbt () const
 
 operator Timecode::BBT_Time () const
 
 operator framepos_t () const
 
bool is_bar () const
 

Public Attributes

framepos_t frame
 
const MeterSectionmeter
 
const TempoSectiontempo
 
uint32_t bar
 
uint32_t beat
 

Detailed Description

Definition at line 221 of file tempo.h.

Constructor & Destructor Documentation

ARDOUR::TempoMap::BBTPoint::BBTPoint ( const MeterSection m,
const TempoSection t,
framepos_t  f,
uint32_t  b,
uint32_t  e 
)
inline

Definition at line 228 of file tempo.h.

Member Function Documentation

Timecode::BBT_Time ARDOUR::TempoMap::BBTPoint::bbt ( ) const
inline

Definition at line 232 of file tempo.h.

bool ARDOUR::TempoMap::BBTPoint::is_bar ( ) const
inline

Definition at line 235 of file tempo.h.

ARDOUR::TempoMap::BBTPoint::operator framepos_t ( ) const
inline

Definition at line 234 of file tempo.h.

ARDOUR::TempoMap::BBTPoint::operator Timecode::BBT_Time ( ) const
inline

Definition at line 233 of file tempo.h.

Member Data Documentation

uint32_t ARDOUR::TempoMap::BBTPoint::bar

Definition at line 225 of file tempo.h.

uint32_t ARDOUR::TempoMap::BBTPoint::beat

Definition at line 226 of file tempo.h.

framepos_t ARDOUR::TempoMap::BBTPoint::frame

Definition at line 222 of file tempo.h.

const MeterSection* ARDOUR::TempoMap::BBTPoint::meter

Definition at line 223 of file tempo.h.

const TempoSection* ARDOUR::TempoMap::BBTPoint::tempo

Definition at line 224 of file tempo.h.


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