| |
typedef UInt64 MIDITimeStamp;();
A host clock time representing the time of an event, as
returned by AudioGetCurrentHostTime() (or UpTime()).
Since MIDI applications will tend to do a fair amount of
math with the times of events, it's more convenient to use a
UInt64 than an AbsoluteTime.
See CoreAudio/HostTime.h.
|