mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-22 00:47:13 +01:00
Undoing and redoing of Tags...
Use reference counting (in std::shared_ptr) to avoid replicating Tags with each Undo state.
This commit is contained in:
@@ -320,6 +320,7 @@ void OnImportMIDI();
|
||||
void OnImportRaw();
|
||||
|
||||
void OnEditMetadata();
|
||||
bool DoEditMetadata(const wxString &title, const wxString &shortUndoDescription, bool force);
|
||||
|
||||
void OnMixAndRender();
|
||||
void OnMixAndRenderToNewTrack();
|
||||
|
||||
Reference in New Issue
Block a user