mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-30 16:52:43 +01:00
Remove "PT1" from dynamic compressor effect dialog.
Signed-off-by: Max Maisel <max.maisel@posteo.de>
This commit is contained in:
@@ -59,7 +59,7 @@ enum kAlgorithms
|
|||||||
static const ComponentInterfaceSymbol kAlgorithmStrings[nAlgos] =
|
static const ComponentInterfaceSymbol kAlgorithmStrings[nAlgos] =
|
||||||
{
|
{
|
||||||
{ XO("Exponential-Fit") },
|
{ XO("Exponential-Fit") },
|
||||||
{ XO("Analog Model (PT1)") }
|
{ XO("Analog Model") }
|
||||||
};
|
};
|
||||||
|
|
||||||
enum kCompressBy
|
enum kCompressBy
|
||||||
|
|||||||
Reference in New Issue
Block a user