tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
tracktion::core::tempo::TimeSigChange Struct Reference

Represents a change in time signature at a specific beat. More...

#include "tracktion_Tempo.h"

Public Attributes

BeatPosition startBeat
 The position of the change.
 
int numerator
 The numerator of the time signature.
 
int denominator
 The denominator of the time signature.
 
bool triplets
 Whether the time signature represents triplets.
 

Detailed Description

Represents a change in time signature at a specific beat.

Definition at line 82 of file tracktion_Tempo.h.

Member Data Documentation

◆ denominator

int tracktion::core::tempo::TimeSigChange::denominator

The denominator of the time signature.

Definition at line 86 of file tracktion_Tempo.h.

◆ numerator

int tracktion::core::tempo::TimeSigChange::numerator

The numerator of the time signature.

Definition at line 85 of file tracktion_Tempo.h.

◆ startBeat

BeatPosition tracktion::core::tempo::TimeSigChange::startBeat

The position of the change.

Definition at line 84 of file tracktion_Tempo.h.

◆ triplets

bool tracktion::core::tempo::TimeSigChange::triplets

Whether the time signature represents triplets.

Definition at line 87 of file tracktion_Tempo.h.


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