1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-06 03:32:09 +01:00

Enable Help button for Nyquist effects

This commit is contained in:
Steve Daulton
2017-05-19 18:20:05 +01:00
parent 469120cebd
commit 1dd6b848c2
12 changed files with 64 additions and 19 deletions

View File

@@ -95,7 +95,9 @@ public:
// PluginManager use
bool DiscoverProviders();
// Seems we don't currently use FindAllPlugins
void FindAllPlugins(PluginIDList & providers, wxArrayString & paths);
wxArrayString FindPluginsForProvider(const PluginID & provider, const wxString & path);
bool RegisterPlugin(const PluginID & provider, const wxString & path);