diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-11 14:49:11 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 14:49:11 +0200 |
| commit | fca075f4b54cb4600d06783a225a94e3dd45d640 (patch) | |
| tree | 5deb1c591eb0cc5b2ae40ae619bf93910b1e8f8f /RtMidi.cpp | |
| parent | 88a60d510afa49c247f6d5ffb102a45b1a460003 (diff) | |
Version 1.0.10
Diffstat (limited to 'RtMidi.cpp')
| -rw-r--r-- | RtMidi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ */ /**********************************************************************/ -// RtMidi: Version 1.0.9 +// RtMidi: Version 1.0.10 #include "RtMidi.h" #include <sstream> @@ -743,7 +743,7 @@ void RtMidiOut :: sendMessage( std::vector<unsigned char> *message ) unsigned int packetBytes, bytesLeft = nBytes; unsigned int messageIndex = 0; - MIDITimeStamp timeStamp = 0; + MIDITimeStamp timeStamp = AudioGetCurrentHostTime(); CoreMidiData *data = static_cast<CoreMidiData *> (apiData_); while ( bytesLeft > 0 ) { |
