summaryrefslogtreecommitdiff
path: root/RtMidi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'RtMidi.cpp')
-rw-r--r--RtMidi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/RtMidi.cpp b/RtMidi.cpp
index 8e05db9..4b73921 100644
--- a/RtMidi.cpp
+++ b/RtMidi.cpp
@@ -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 ) {