mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Effect parameter names containing '=' now work in chain editing...
... There was at least one example of this in the LADSPA swh-plugins. See Tape Delay Simulation.
This commit is contained in:
@@ -286,6 +286,7 @@ public:
|
||||
cleaned.Replace(wxT("/"), wxT("_"));
|
||||
cleaned.Replace(wxT("\\"), wxT("_"));
|
||||
cleaned.Replace(wxT(":"), wxT("_"));
|
||||
cleaned.Replace(wxT("="), wxT("_"));
|
||||
|
||||
return cleaned;
|
||||
}
|
||||
|
Reference in New Issue
Block a user