changed default detuning type to linear -- probably best for that purpose

This commit is contained in:
Hannu Haahti
2014-01-17 15:07:31 +02:00
parent 6d0c54443b
commit 6b2d6fe8d6

View File

@@ -272,6 +272,8 @@ void note::createDetuning()
m_detuning = new DetuningHelper;
(void) m_detuning->automationPattern();
m_detuning->setRange( -MaxDetuning, MaxDetuning, 0.1f );
m_detuning->automationPattern()->setProgressionType(
AutomationPattern::LinearProgression );
}