| Platform SDK: DirectX | 
The DMUS_TIMESIGNATURE type contains information about a time signature. It is passed to the DirectMusicPerformance.GetTimeSig and DirectMusicStyle.GetTimeSignature methods, and is also used in messages sent by the DirectMusicPerformance.SendTimeSigPMSG method.
Type DMUS_TIMESIGNATURE
    beat As Byte
    beatsPerMeasure As Byte
    gridsPerBeat As Integer
    mtTime As Long
End Type