Skip to content

Commit

Permalink
Merge pull request #3522 from curlymorphic/delaySync
Browse files Browse the repository at this point in the history
Correct the Delay syncronisation
  • Loading branch information
tresf authored May 3, 2017
2 parents 0190256 + 50ccfba commit 7749618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Delay/DelayControls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
DelayControls::DelayControls( DelayEffect* effect ):
EffectControls( effect ),
m_effect ( effect ),
m_delayTimeModel( 0.5, 0.01, 5.0, 0.0001, 20000.0, this, tr( "Delay Samples" )) ,
m_delayTimeModel( 0.5, 0.01, 5.0, 0.0001, 5000.0, this, tr( "Delay Samples" )) ,
m_feedbackModel(0.0f,0.0f,1.0f,0.01f,this,tr( "Feedback" ) ),
m_lfoTimeModel(2.0, 0.01, 5.0, 0.0001, 20000.0, this, tr( "Lfo Frequency" ) ),
m_lfoAmountModel(0.0, 0.0, 0.5, 0.0001, 2000.0, this, tr ( "Lfo Amount" ) ),
Expand Down

0 comments on commit 7749618

Please sign in to comment.