1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-20 05:07:53 +01:00

Add Noise Gate plug-in

This commit is contained in:
SteveDaulton
2019-12-04 20:16:31 +00:00
parent 1545d292d0
commit c2d4b5616e
4 changed files with 158 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ const static wxChar *kShippedEffects[] =
wxT("highpass.ny"),
wxT("limiter.ny"),
wxT("lowpass.ny"),
wxT("noisegate.ny"),
wxT("notch.ny"),
wxT("nyquist-plug-in-installer.ny"),
wxT("pluck.ny"),
@@ -215,7 +216,7 @@ PluginPaths NyquistEffectsModule::FindPluginPaths(PluginManagerInterface & pm)
// Add the Nyquist prompt
files.push_back(NYQUIST_PROMPT_ID);
// Load .ny plug-ins
pm.FindFilesInPathList(wxT("*.ny"), pathList, files);
// LLL: Works for all platform with NEW plugin support (dups are removed)