Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The DMUS_TEMPO_PMSG structure contains data for a message that controls the performance's tempo.
Syntax
typedef struct DMUS_TEMPO_PMSG {
DMUS_PMSG_PART
double dblTempo;
} DMUS_TEMPO_PMSG;
Members
DMUS_PMSG_PART
Macro for common message members. See DMUS_PMSG.
dblTempo
Tempo, in the range from DMUS_TEMPO_MIN through DMUS_TEMPO_MAX.
Requirements
** Header:** Dmusici.h
See Also