1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/extras/AudioPluginHost
reuk 968fa96dfc
AudioPluginHost: Fix potential hang during plugin scanning
When dragging-and-dropping a plugin into the plugin host, it was
possible that the subprocess scanner could fail to send a response.
This would cause the superprocess to freeze, waiting for a reply.

With this change in place, the subprocess will always send a response
after scanning on the main thread.
2023-11-23 13:02:39 +00:00
..
Builds Resave all projects 2023-11-20 14:13:24 +00:00
JuceLibraryCode Resave all projects 2022-05-12 12:31:30 +02:00
Source AudioPluginHost: Fix potential hang during plugin scanning 2023-11-23 13:02:39 +00:00
AudioPluginHost.jucer Add a temporary workaround to allow public projects to build using Xcode 15 2023-10-18 12:48:46 +01:00
CMakeLists.txt Add a temporary workaround to allow public projects to build using Xcode 15 2023-10-18 12:48:46 +01:00