mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Fix Fade-Ends MacroCommands
- Split parameters from command name. - Improve test for 'fixed Macros'.
This commit is contained in:
@@ -42,6 +42,7 @@ class MacroCommands final {
|
||||
|
||||
// These commands do not depend on the command list.
|
||||
static wxArrayString GetNames();
|
||||
static wxArrayString GetNamesOfDefaultMacros();
|
||||
|
||||
// A triple of user-visible name, internal string identifier and type/help string.
|
||||
using CommandName = std::tuple<wxString, wxString, wxString>;
|
||||
|
||||
Reference in New Issue
Block a user