Browse Source

MIDI thread RT priority reworked a bit on OSX.

tags/1.9.8
Stephane Letz 14 years ago
parent
commit
8ff7bfe6f7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      macosx/coremidi/JackCoreMidiOutputPort.cpp

+ 1
- 0
macosx/coremidi/JackCoreMidiOutputPort.cpp View File

@@ -55,6 +55,7 @@ JackCoreMidiOutputPort::Execute()
for (;;) {
MIDIPacket *packet = MIDIPacketListInit(packet_list);
assert(packet);
assert(thread_queue);
if (! event) {
event = thread_queue->DequeueEvent((long) 0);
}


Loading…
Cancel
Save