class Tempo

A tempo change. More...

Full nameTSE3::Tempo
Definition#include <TempoTrack.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


Detailed Description

Tempo objects are simply integer values of a tempo change that occur in the Song, held in the TempoTrack.

This class defines the type that is used to create tempo events, which are of type Event<Tempo>.

When streamed from a Playable interface (using the TempoTrackIterator class) Tempo objects are represented by a MidiEvent containing a MidiCommand_TSE_Meta MidiCommand with data 1 byte as MidiCommand_TSE_Meta_Tempo.

Tempo is a value type.

See also: TempoTrack, Event

 Tempo (int t = 120)

Tempo

Create a Tempo.

Parameters:
tTempo value

int tempo

tempo

int  operator== (const Tempo &f)

operator==

[const]