mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-05 14:49:25 +02:00
This commit is contained in:
parent
f2ce7854a3
commit
35087a5553
@ -279,7 +279,7 @@ wxArrayString BatchCommands::GetAllCommands()
|
|||||||
}
|
}
|
||||||
delete effects;
|
delete effects;
|
||||||
|
|
||||||
/* This is for later in development: include the menu commands.
|
//vvvvv /* This is for later in development: include the menu commands.
|
||||||
CommandManager * mManager = project->GetCommandManager();
|
CommandManager * mManager = project->GetCommandManager();
|
||||||
wxArrayString mNames;
|
wxArrayString mNames;
|
||||||
mNames.Clear();
|
mNames.Clear();
|
||||||
@ -287,7 +287,7 @@ wxArrayString BatchCommands::GetAllCommands()
|
|||||||
for(i=0; i<mNames.GetCount(); i++) {
|
for(i=0; i<mNames.GetCount(); i++) {
|
||||||
commands.Add( mNames[i] );
|
commands.Add( mNames[i] );
|
||||||
}
|
}
|
||||||
*/
|
//vvvvv */
|
||||||
return commands;
|
return commands;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1522,7 +1522,7 @@ _("Project check detected %d missing audio data \
|
|||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// MISSING ORPHAN BLOCKFILES (.AU AND .AUF)
|
// ORPHAN BLOCKFILES (.au and .auf files that are not in the project.)
|
||||||
//
|
//
|
||||||
wxArrayString orphanFilePathArray; // orphan .au and .auf files
|
wxArrayString orphanFilePathArray; // orphan .au and .auf files
|
||||||
this->FindOrphanBlockFiles(filePathArray, orphanFilePathArray);
|
this->FindOrphanBlockFiles(filePathArray, orphanFilePathArray);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user