most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_canvas...
[ardour.git] / libs / midi++2 / coremidi_midiport.cc
index 14020a6f359f5b3e118ffbd216d77fa12080b031..9eacfc0cc3156feae824e4a17406b68fbd6381c3 100644 (file)
@@ -122,7 +122,7 @@ void CoreMidi_MidiPort::read_proc (const MIDIPacketList *pktlist, void *refCon,
 
     if (driver->firstrecv) {
            driver->firstrecv = false;
-           PBD::ThreadCreated (pthread_self(), "COREMIDI");
+           PBD::notify_gui_about_thread_creation (pthread_self(), "COREMIDI");
     }
 
     for (unsigned int i = 0; i < pktlist->numPackets; ++i) {