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_IO_STYLE structure contains information about the time signature and tempo of a style . Used in the Style Form.
Syntax
typedef struct _DMUS_IO_STYLE {
DMUS_IO_TIMESIG timeSig;
double dblTempo;
} DMUS_IO_STYLE;
Members
timeSig
DMUS_IO_TIMESIG structure containing the default time signature for the style.
dblTempo
Tempo of the style.
Requirements
** Header:** Dmusicf.h
See Also