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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user