MIKMIDITimeSignature

typedef struct MIKMIDITimeSignature MIKMIDITimeSignature

Represents a time signature. Note that in contrast to time signature events in raw MIDI, the denominator here is the “natural” denominator for the time signature. e.g. 4/4 time is represented with a numerator of 4 and denominator of 4.

  • Represents a time signature. Note that in contrast to time signature events in raw MIDI, the denominator here is the “natural” denominator for the time signature. e.g. 4/4 time is represented with a numerator of 4 and denominator of 4.

    See more

    Declaration

    Objective-C

    struct {}

    Swift

    struct MIKMIDITimeSignature