Revert "Envelopes are on now by default" (#3176)

This commit is contained in:
Oskar Wallgren
2016-12-25 21:58:52 +01:00
committed by Umcaruje
parent 6e66665687
commit 3157dbf993

View File

@@ -92,12 +92,12 @@ EnvelopeAndLfoParameters::EnvelopeAndLfoParameters(
Model( _parent ),
m_used( false ),
m_predelayModel( 0.0, 0.0, 2.0, 0.001, this, tr( "Predelay" ) ),
m_attackModel( 0.002, 0.0, 2.0, 0.001, this, tr( "Attack" ) ),
m_holdModel( 0.0, 0.0, 2.0, 0.001, this, tr( "Hold" ) ),
m_decayModel( 0.0, 0.0, 2.0, 0.001, this, tr( "Decay" ) ),
m_sustainModel( 1.0, 0.0, 1.0, 0.001, this, tr( "Sustain" ) ),
m_attackModel( 0.0, 0.0, 2.0, 0.001, this, tr( "Attack" ) ),
m_holdModel( 0.5, 0.0, 2.0, 0.001, this, tr( "Hold" ) ),
m_decayModel( 0.5, 0.0, 2.0, 0.001, this, tr( "Decay" ) ),
m_sustainModel( 0.5, 0.0, 1.0, 0.001, this, tr( "Sustain" ) ),
m_releaseModel( 0.1, 0.0, 2.0, 0.001, this, tr( "Release" ) ),
m_amountModel( 1.0, -1.0, 1.0, 0.005, this, tr( "Modulation" ) ),
m_amountModel( 0.0, -1.0, 1.0, 0.005, this, tr( "Modulation" ) ),
m_valueForZeroAmount( _value_for_zero_amount ),
m_pahdFrames( 0 ),
m_rFrames( 0 ),