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:
parent
35fa6cf399
commit
ced4c21700
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user