1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/extras/AudioPluginHost/Source
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
..
Plugins Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
UI Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
HostStartup.cpp AudioPluginHost: Fix potential hang during plugin scanning 2023-11-23 13:02:39 +00:00
JUCEAppIcon.png Update the JUCE logo 2021-08-23 11:00:36 +01:00