Microsoft DirectX 8.0 (C++) |
Contains information about the time signature of a segment. Used in the DMUS_IO_STYLE, DMUS_IO_VERSION, and DMUS_IO_PATTERN structures.
typedef struct _DMUS_IO_TIMESIG { BYTE bBeatsPerMeasure; BYTE bBeat; WORD wGridsPerBeat; } DMUS_IO_TIMESIG;
Header: Declared in dmusicf.h.