mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 23:51:14 +02:00
Add LV2 preference setting.
This commit is contained in:
parent
a53defedf3
commit
5b4a9774c1
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user