50 return XO(
"Preferences for Effects");
55 return "Effects_Preferences";
72 XO(
"Sort by effect name") ,
73 XO(
"Sort by publisher and effect name") ,
74 XO(
"Sort by type and effect name") ,
75 XO(
"Group by publisher") ,
77 XO(
"Group by category"),
78 XO(
"Group by type and publisher")
82 wxT(
"sortby:publisher:name") ,
83 wxT(
"sortby:type:name") ,
84 wxT(
"groupby:publisher") ,
87 wxT(
"groupby:type:publisher")
92 wxT(
"/Effects/GroupBy"),
98 wxT(
"/Effects/RealtimeGroupBy"),
108 S.StartStatic(
XO(
"Effect Options"));
110 S.StartMultiColumn(2);
121#ifdef EXPERIMENTAL_EQ_SSE_THREADED
122 S.StartStatic(
XO(
"Instruction Set"));
124 S.TieCheckBox(
XXO(
"&Use SSE/SSE2/.../AVX"),
131 if (
auto pButton =
S.AddButton(
XO(
"Open Plugin Manager"), wxALIGN_LEFT))
132 pButton->Bind(wxEVT_BUTTON, [
this](
auto) {
136 if(dialog.ShowModal() == wxID_OK)
EnumValueSymbols EffectsGroupSymbols
ChoiceSetting EffectsGroupBy
ChoiceSetting RealtimeEffectsGroupBy
#define EFFECTS_PREFS_PLUGIN_SYMBOL
XXO("&Cut/Copy/Paste Toolbar")
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...
A PrefsPanel for general GUI preferences.
void PopulateOrExchange(ShuttleGui &S) override
EffectsPrefs(wxWindow *parent, wxWindowID winid)
ComponentInterfaceSymbol GetSymbol() const override
TranslatableString GetDescription() const override
ManualPageID HelpPageName() override
If not empty string, the Help button is added below the panel.
Base class for a panel in the PrefsDialog. Classes derived from this class include BatchPrefs,...
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Holds a msgid for the translation catalog; may also bind format arguments.
PrefsPanel::Registration sAttachment