mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-23 00:13:14 -04:00
Revert "Envelopes are on now by default" (#3176)
This commit is contained in:
@@ -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 ),
|
||||
|
||||
Reference in New Issue
Block a user