mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 14:46:24 +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:
@@ -565,6 +565,10 @@ protected:
|
||||
bool mEnableTab{};
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
// friending AutomationCommands allow automation to get sizes of the
|
||||
// tracks, track control panel and such.
|
||||
friend class AutomationCommands;
|
||||
};
|
||||
|
||||
// See big pictorial comment in TrackPanel for explanation of these numbers
|
||||
|
||||
Reference in New Issue
Block a user