diff --git a/src/core/note.cpp b/src/core/note.cpp index 4739562b1..2d77f0237 100644 --- a/src/core/note.cpp +++ b/src/core/note.cpp @@ -268,7 +268,7 @@ void note::createDetuning() { m_detuning = new DetuningHelper; (void) m_detuning->automationPattern(); - m_detuning->setRange( -MaxDetuning, MaxDetuning, 0.1f ); + m_detuning->setRange( -MaxDetuning, MaxDetuning, 0.5f ); m_detuning->automationPattern()->setProgressionType( AutomationPattern::LinearProgression ); } }