mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Change to AU hosting event runloop threading.
This commit is contained in:
parent
6927338f9a
commit
f581fa92b4
1 changed files with 1 additions and 6 deletions
|
|
@ -943,12 +943,7 @@ private:
|
|||
kAudioUnitScope_Global, 0, &info, sizeof (info));
|
||||
}
|
||||
|
||||
AUEventListenerCreate (eventListenerCallback, this,
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_4
|
||||
CFRunLoopGetMain(),
|
||||
#else
|
||||
nullptr,
|
||||
#endif
|
||||
AUEventListenerCreate (eventListenerCallback, this, nullptr,
|
||||
kCFRunLoopDefaultMode, 0, 0, &eventListenerRef);
|
||||
|
||||
for (int i = 0; i < parameters.size(); ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue