1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-13 08:05:52 +01: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:
James Crook
2017-12-20 21:19:23 +00:00
parent d22430c789
commit 27d2b7c51b
19 changed files with 485 additions and 148 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -399,7 +399,7 @@
<ClCompile Include="..\..\..\src\commands\CommandType.cpp" />
<ClCompile Include="..\..\..\src\commands\CompareAudioCommand.cpp" />
<ClCompile Include="..\..\..\src\commands\ExecMenuCommand.cpp" />
<ClCompile Include="..\..\..\src\commands\GetAllMenuCommands.cpp" />
<ClCompile Include="..\..\..\src\commands\AutomationCommands.cpp" />
<ClCompile Include="..\..\..\src\commands\GetProjectInfoCommand.cpp" />
<ClCompile Include="..\..\..\src\commands\GetTrackInfoCommand.cpp" />
<ClCompile Include="..\..\..\src\commands\HelpCommand.cpp" />
@@ -749,7 +749,7 @@
<ClInclude Include="..\..\..\src\commands\CommandType.h" />
<ClInclude Include="..\..\..\src\commands\CompareAudioCommand.h" />
<ClInclude Include="..\..\..\src\commands\ExecMenuCommand.h" />
<ClInclude Include="..\..\..\src\commands\GetAllMenuCommands.h" />
<ClInclude Include="..\..\..\src\commands\AutomationCommands.h" />
<ClInclude Include="..\..\..\src\commands\GetProjectInfoCommand.h" />
<ClInclude Include="..\..\..\src\commands\GetTrackInfoCommand.h" />
<ClInclude Include="..\..\..\src\commands\HelpCommand.h" />
@@ -1218,4 +1218,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="..\..\ny.targets" />
</ImportGroup>
</Project>
</Project>