GUIDOLib  1.7.7
A Music Score Rendering Engine
Public Attributes | List of all members
GuidoTempo Struct Reference

Representation of tempo information at a given date. More...

Public Attributes

int voice
 the voice number More...
 
GuidoDate date
 the tempo date More...
 
char text [128]
 the tempo text (limited to 127 chars) More...
 
TempoType type
 the tempo type (see above) More...
 
GuidoDate unit
 the beat unit expressed as a Guido date - undefined for kTextualTempo More...
 
int value
 the tempo value: defined for kUnitValueTempo only, null otherwise More...
 
GuidoDate unitvalue
 the tempo value: defined for kUnitUnitTempo only, null otherwise More...
 

Detailed Description

Representation of tempo information at a given date.

Tempo type is between:

Member Data Documentation

◆ date

GuidoDate GuidoTempo::date

the tempo date

◆ text

char GuidoTempo::text[128]

the tempo text (limited to 127 chars)

◆ type

TempoType GuidoTempo::type

the tempo type (see above)

◆ unit

GuidoDate GuidoTempo::unit

the beat unit expressed as a Guido date - undefined for kTextualTempo

◆ unitvalue

GuidoDate GuidoTempo::unitvalue

the tempo value: defined for kUnitUnitTempo only, null otherwise

◆ value

int GuidoTempo::value

the tempo value: defined for kUnitValueTempo only, null otherwise

◆ voice

int GuidoTempo::voice

the voice number


Guido Project Copyright © 2019 Grame-CNCM