Revert parts of e1b6091 involving effects, for .cfg file compatibility

This commit is contained in:
Paul Licameli 2018-07-05 09:51:24 -04:00
parent 6c48be71ff
commit 29ec921c8b
4 changed files with 15 additions and 15 deletions

View File

@ -59,17 +59,17 @@ enum kTableType
static const IdentInterfaceSymbol kTableTypeStrings[nTableTypes] = static const IdentInterfaceSymbol kTableTypeStrings[nTableTypes] =
{ {
{ wxT("HardClipping"), XO("Hard Clipping") }, { XO("Hard Clipping") },
{ wxT("SoftClipping"), XO("Soft Clipping") }, { XO("Soft Clipping") },
{ wxT("SoftOverdrive"), XO("Soft Overdrive") }, { XO("Soft Overdrive") },
{ wxT("MediumOverdrive"), XO("Medium Overdrive") }, { XO("Medium Overdrive") },
{ wxT("HardOverdrive"), XO("Hard Overdrive") }, { XO("Hard Overdrive") },
{ wxT("CubicCurveOddHarmonics"), XO("Cubic Curve (odd harmonics)") }, { XO("Cubic Curve (odd harmonics)") },
{ wxT("EvenHarmonics"), XO("Even Harmonics") }, { XO("Even Harmonics") },
{ wxT("ExpandCompress"), XO("Expand and Compress") }, { XO("Expand and Compress") },
{ XO("Leveller") }, { XO("Leveller") },
{ wxT("RectifierDistortion"), XO("Rectifier Distortion") }, { XO("Rectifier Distortion") },
{ wxT("HardLimiter1413"), XO("Hard Limiter 1413") } { XO("Hard Limiter 1413") }
}; };
// Define keys, defaults, minimums, and maximums for the effect parameters // Define keys, defaults, minimums, and maximums for the effect parameters

View File

@ -91,9 +91,9 @@ static const IdentInterfaceSymbol kTypeStrings[nTypes] =
/*i18n-hint: Butterworth is the name of the person after whom the filter type is named.*/ /*i18n-hint: Butterworth is the name of the person after whom the filter type is named.*/
{ XO("Butterworth") }, { XO("Butterworth") },
/*i18n-hint: Chebyshev is the name of the person after whom the filter type is named.*/ /*i18n-hint: Chebyshev is the name of the person after whom the filter type is named.*/
{ wxT("ChebyshevTypeI"), XO("Chebyshev Type I") }, { XO("Chebyshev Type I") },
/*i18n-hint: Chebyshev is the name of the person after whom the filter type is named.*/ /*i18n-hint: Chebyshev is the name of the person after whom the filter type is named.*/
{ wxT("ChebyshevTypeII"), XO("Chebyshev Type II") } { XO("Chebyshev Type II") }
}; };
enum kSubTypes enum kSubTypes

View File

@ -60,7 +60,7 @@ static const IdentInterfaceSymbol kWaveStrings[nWaveforms] =
{ XO("Sine") }, { XO("Sine") },
{ XO("Square") }, { XO("Square") },
{ XO("Sawtooth") }, { XO("Sawtooth") },
{ wxT("SquareNoAlias"), XO("Square, no alias") } { XO("Square, no alias") }
}; };
// Define keys, defaults, minimums, and maximums for the effect parameters // Define keys, defaults, minimums, and maximums for the effect parameters

View File

@ -76,8 +76,8 @@ enum kActions
static const IdentInterfaceSymbol kActionStrings[nActions] = static const IdentInterfaceSymbol kActionStrings[nActions] =
{ {
{ wxT("Truncate"), XO("Truncate Detected Silence") }, { XO("Truncate Detected Silence") },
{ wxT("Compress"), XO("Compress Excess Silence") } { XO("Compress Excess Silence") }
}; };
static CommandParameters::ObsoleteMap kObsoleteActions[] = { static CommandParameters::ObsoleteMap kObsoleteActions[] = {