From c38d863158620bc5e0787d13be2b101c9c363fc6 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Fri, 17 Apr 2015 13:40:19 -0500 Subject: [PATCH] Update DtmfGen.cpp Set correct default --- src/effects/DtmfGen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects/DtmfGen.cpp b/src/effects/DtmfGen.cpp index 528999761..067bceae6 100644 --- a/src/effects/DtmfGen.cpp +++ b/src/effects/DtmfGen.cpp @@ -29,7 +29,7 @@ // Name Type Key Def Min Max Scale Param( Sequence, wxString, wxTRANSLATE("Sequence"), wxT("audacity"), wxT(""), wxT(""), wxT("")); Param( DutyCycle, double, wxTRANSLATE("Duty Cycle"), 55.0, 0.0, 100.0, 10.0 ); -Param( Amplitude, double, wxTRANSLATE("Amplitude"), 0.0, 0.0, 1.0, 1 ); +Param( Amplitude, double, wxTRANSLATE("Amplitude"), 0.8, 0.0, 1.0, 1 ); static const double kFadeInOut = 250.0; // used for fadein/out needed to remove clicking noise