Go to the source code of this file.
Typedefs | |
typedef enum _MKTimeUnit | MKTimeUnit |
This enumeration specifies the manner in which time is recorded by MKScorefileWriter, MKPartWriter and MKScoreWriter classes. The values are:. | |
Enumerations | |
enum | _MKTimeUnit { MK_beat, MK_second, MK_timeTag } |
This enumeration specifies the manner in which time is recorded by MKScorefileWriter, MKPartWriter and MKScoreWriter classes. The values are:. More... |
enum _MKTimeUnit |
This enumeration specifies the manner in which time is recorded by MKScorefileWriter, MKPartWriter and MKScoreWriter classes. The values are:.
MK_beat | Time is stored in beats. |
MK_second | Time is stored in seconds. |
MK_timeTag | The time is taken from the timeTag in the MKNote itself. Care must be taken when using this TimeUnit - otherwise, out-of-order MKNotes may result. |