mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Add AutomationCommands class
- AutomationCommands replaces GetAllMenuCommands, and can provide information about menus, buttons and toolbars to a script. - BatchCommands can now return textual results to a script. - There's a new GUID for mod-script-pipe and it is included in the .sln.
This commit is contained in:
@@ -275,6 +275,8 @@ audacity_SOURCES = \
|
||||
wxFileNameWrapper.h \
|
||||
commands/AppCommandEvent.cpp \
|
||||
commands/AppCommandEvent.h \
|
||||
commands/AutomationCommands.cpp \
|
||||
commands/AutomationCommands.h \
|
||||
commands/BatchEvalCommand.cpp \
|
||||
commands/BatchEvalCommand.h \
|
||||
commands/Command.cpp \
|
||||
@@ -299,8 +301,6 @@ audacity_SOURCES = \
|
||||
commands/CompareAudioCommand.h \
|
||||
commands/ExecMenuCommand.cpp \
|
||||
commands/ExecMenuCommand.h \
|
||||
commands/GetAllMenuCommands.cpp \
|
||||
commands/GetAllMenuCommands.h \
|
||||
commands/GetProjectInfoCommand.cpp \
|
||||
commands/GetProjectInfoCommand.h \
|
||||
commands/GetTrackInfoCommand.cpp \
|
||||
|
Reference in New Issue
Block a user