#119 Refresh available LV2 plugins whenever an LV2 plugin is installed.

This commit is contained in:
Robin Davies
2024-08-20 20:03:00 -04:00
parent c5aed41513
commit be0568e374
16 changed files with 799 additions and 535 deletions
+9
View File
@@ -1587,6 +1587,12 @@ private:
Send("onLv2StateChanged",message);
}
virtual void OnLv2PluginsChanging() override {
Send("onLv2PluginsChanging",true);
Flush();
}
virtual void OnErrorMessage(const std::string&message)
{
Send("onErrorMessage",message);
@@ -1778,6 +1784,9 @@ private:
}
}
void Flush() {
}
int outstandingNotifyAtomOutputs = 0;
class PendingNotifyAtomOutput