13
0

better english

This commit is contained in:
Paul Davis 2019-10-25 12:21:16 -06:00
parent a53448846b
commit 683f7a0be7

View File

@ -86,9 +86,9 @@ PluginScanDialog::start ()
* Plugin discovery must take place in the main thread of the * Plugin discovery must take place in the main thread of the
* process. This is not true for all plugin APIs but it is true for * process. This is not true for all plugin APIs but it is true for
* VST. For AU, although plugins themselves do not care, Apple decided * VST. For AU, although plugins themselves do not care, Apple decided
* that Cocoa must be "invoked" from the main thread, so if the plugin * that Cocoa must be "invoked" from the main thread. Since the plugin
* decides to show any kind of "registration" GUI, then again, * might show a "registration" GUI, discovery must be done
* discovery must be done in the main thread. * in the main thread.
* *
* This means that the PluginManager::refresh() call MUST be made from * This means that the PluginManager::refresh() call MUST be made from
* the main thread (typically the GUI thread, but certainly the thread * the main thread (typically the GUI thread, but certainly the thread