1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 00:29:41 +02:00

Bug 2334 - Mac: AU effects cannot Export or Import the effect's settings

Nearly all of the entire preset handling was broken.  It was based
on the parameter names only and for various reasons, that was very
inadequate.

So, it now uses the recommended approach.
This commit is contained in:
Leland Lucius 2020-03-07 02:06:15 -06:00
parent 35fa6cf399
commit ced4c21700
2 changed files with 599 additions and 312 deletions

File diff suppressed because it is too large Load Diff

View File

@ -163,8 +163,8 @@ private:
void GetChannelCounts();
bool LoadParameters(const RegistryPath & group);
bool SaveParameters(const RegistryPath & group);
bool LoadPreset(const RegistryPath & group);
bool SavePreset(const RegistryPath & group);
bool CreatePlain(wxWindow *parent);