fixed tempo-sync-models (closes #2010776)
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1276 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -65,8 +65,9 @@ envelopeAndLFOParameters::envelopeAndLFOParameters(
|
||||
m_lfoPredelayModel( 0.0, 0.0, 1.0, 0.001, this,
|
||||
tr( "LFO-predelay-time" ) ),
|
||||
m_lfoAttackModel( 0.0, 0.0, 1.0, 0.001, this, tr( "LFO-attack-time" ) ),
|
||||
m_lfoSpeedModel( 0.1, 0.01, 1.0, 0.0001, SECS_PER_LFO_OSCILLATION * 1000.0, this,
|
||||
tr( "LFO-speed" ) ),
|
||||
m_lfoSpeedModel( 0.1, 0.001, 1.0, 0.0001,
|
||||
SECS_PER_LFO_OSCILLATION * 1000.0, this,
|
||||
tr( "LFO-speed" ) ),
|
||||
m_lfoAmountModel( 0.0, -1.0, 1.0, 0.005, this,
|
||||
tr( "LFO-modulation-amount" ) ),
|
||||
m_lfoWaveModel( SineWave, 0, NumLfoShapes, this,
|
||||
|
||||
@@ -268,7 +268,7 @@ arpeggiator::arpeggiator( model * _parent ) :
|
||||
m_arpEnabledModel( FALSE ),
|
||||
m_arpModel( this, tr( "Arpeggio type" ) ),
|
||||
m_arpRangeModel( 1.0f, 1.0f, 9.0f, 1.0f, this, tr( "Arpeggio range" ) ),
|
||||
m_arpTimeModel( 100.0f, 25.0f, 2000.0f, 1.0f, 1.0, this,
|
||||
m_arpTimeModel( 100.0f, 25.0f, 2000.0f, 1.0f, 2000, this,
|
||||
tr( "Arpeggio time" ) ),
|
||||
m_arpGateModel( 100.0f, 1.0f, 200.0f, 1.0f, this,
|
||||
tr( "Arpeggio gate" ) ),
|
||||
|
||||
Reference in New Issue
Block a user