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::TempoChange Struct Reference

Represents a change in tempo at a specific beat. More...

#include "tracktion_Tempo.h"

Public Attributes

BeatPosition startBeat
 The position of the change.
 
double bpm
 The tempo of the change in beats per minute.
 
float curve
 The curve of the change.
 

Detailed Description

Represents a change in tempo at a specific beat.

Definition at line 73 of file tracktion_Tempo.h.

Member Data Documentation

◆ bpm

double tracktion::core::tempo::TempoChange::bpm

The tempo of the change in beats per minute.

Definition at line 76 of file tracktion_Tempo.h.

◆ curve

float tracktion::core::tempo::TempoChange::curve

The curve of the change.

0 is a straight line +- < 0.5 are bezier curves.

Definition at line 77 of file tracktion_Tempo.h.

◆ startBeat

BeatPosition tracktion::core::tempo::TempoChange::startBeat

The position of the change.

Definition at line 75 of file tracktion_Tempo.h.


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