mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
Added Steve Parry's patch that adds the Open and SaveAs commands to scripting.
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "SetProjectInfoCommand.h"
|
||||
#include "PreferenceCommands.h"
|
||||
#include "ImportExportCommands.h"
|
||||
#include "OpenSaveCommands.h"
|
||||
|
||||
CommandDirectory *CommandDirectory::mInstance = NULL;
|
||||
|
||||
@@ -58,6 +59,8 @@ CommandDirectory::CommandDirectory()
|
||||
AddCommand(new GetPreferenceCommandType());
|
||||
AddCommand(new ImportCommandType());
|
||||
AddCommand(new ExportCommandType());
|
||||
AddCommand(new OpenProjectCommandType());
|
||||
AddCommand(new SaveProjectCommandType());
|
||||
}
|
||||
|
||||
CommandDirectory::~CommandDirectory()
|
||||
|
Reference in New Issue
Block a user