1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 07:13:49 +01:00

AUP3: First round of updates

!!! THERE WILL NO DOUBT BE BUGS !!!

This is a big one and there's still several things to
complete. Just want to get this in the wild to start
receiving feedback.

One big thing right now is that it will NOT load pre-aup3
files.  An importer is on the way for that.
This commit is contained in:
Leland Lucius
2020-07-01 00:45:17 -05:00
parent b1beb20ae9
commit d39590cf41
74 changed files with 2902 additions and 6057 deletions

View File

@@ -46,7 +46,6 @@ SONFNS(AutoSave)
class wxDC;
class wxRect;
class DirManager;
class Alg_seq; // from "allegro.h"
using NoteTrackBase =
@@ -66,7 +65,7 @@ class AUDACITY_DLL_API NoteTrack final
: public NoteTrackBase
{
public:
NoteTrack(const std::shared_ptr<DirManager> &projDirManager);
NoteTrack(AudacityProject *project);
virtual ~NoteTrack();
using Holder = std::shared_ptr<NoteTrack>;