mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-02 15:13:50 +01:00
Add LV2 preference setting.
This commit is contained in:
@@ -62,13 +62,18 @@ void EffectsPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
true);
|
||||
#endif
|
||||
|
||||
// JKC: LADSPA, Nyquist, VST, VAMP should not be translated.
|
||||
// JKC: LADSPA, LV2, Nyquist, VST, VAMP should not be translated.
|
||||
#if USE_LADSPA
|
||||
S.TieCheckBox(wxT("&LADSPA"),
|
||||
wxT("/Ladspa/Enable"),
|
||||
true);
|
||||
#endif
|
||||
|
||||
#if USE_LV2
|
||||
S.TieCheckBox(wxT("LV&2"),
|
||||
wxT("/LV2/Enable"),
|
||||
true);
|
||||
#endif
|
||||
#if USE_NYQUIST
|
||||
S.TieCheckBox(wxT("N&yquist"),
|
||||
wxT("/Nyquist/Enable"),
|
||||
|
||||
Reference in New Issue
Block a user