Merge pull request #44 from grejppi/stable-0.4-pitchautomation

Change default detuning type to linear
This commit is contained in:
tobydox
2014-01-17 11:07:00 -08:00

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 );
}