mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 08:09:41 +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:
parent
560a1e88ed
commit
1895994bd8
@ -286,6 +286,7 @@ public:
|
||||
cleaned.Replace(wxT("/"), wxT("_"));
|
||||
cleaned.Replace(wxT("\\"), wxT("_"));
|
||||
cleaned.Replace(wxT(":"), wxT("_"));
|
||||
cleaned.Replace(wxT("="), wxT("_"));
|
||||
|
||||
return cleaned;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user