mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 07:57:43 +01:00
OSX-only thread registration fix
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4100 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
99aad0d4df
commit
7841501981
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue