mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-08 16:11: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);
|
true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// JKC: LADSPA, Nyquist, VST, VAMP should not be translated.
|
// JKC: LADSPA, LV2, Nyquist, VST, VAMP should not be translated.
|
||||||
#if USE_LADSPA
|
#if USE_LADSPA
|
||||||
S.TieCheckBox(wxT("&LADSPA"),
|
S.TieCheckBox(wxT("&LADSPA"),
|
||||||
wxT("/Ladspa/Enable"),
|
wxT("/Ladspa/Enable"),
|
||||||
true);
|
true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if USE_LV2
|
||||||
|
S.TieCheckBox(wxT("LV&2"),
|
||||||
|
wxT("/LV2/Enable"),
|
||||||
|
true);
|
||||||
|
#endif
|
||||||
#if USE_NYQUIST
|
#if USE_NYQUIST
|
||||||
S.TieCheckBox(wxT("N&yquist"),
|
S.TieCheckBox(wxT("N&yquist"),
|
||||||
wxT("/Nyquist/Enable"),
|
wxT("/Nyquist/Enable"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user