Contains information about the time signature and tempo of a style. Used in the Style Form.
typedef struct _DMUS_IO_STYLE { DMUS_IO_TIMESIG timeSig; double dblTempo; } DMUS_IO_STYLE;
Header: Declared in dmusicf.h.