| 
							 GUIDOLib
								 1.7.7
							 
							A Music Score Rendering Engine 
						 | 
					
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... | |
Representation of tempo information at a given date.
Tempo type is between:
| GuidoDate GuidoTempo::date | 
the tempo date
| char GuidoTempo::text[128] | 
the tempo text (limited to 127 chars)
| TempoType GuidoTempo::type | 
the tempo type (see above)
| GuidoDate GuidoTempo::unit | 
the beat unit expressed as a Guido date - undefined for kTextualTempo
| GuidoDate GuidoTempo::unitvalue | 
the tempo value: defined for kUnitUnitTempo only, null otherwise
| int GuidoTempo::value | 
the tempo value: defined for kUnitValueTempo only, null otherwise
| int GuidoTempo::voice | 
the voice number