Merge pull request #3535 from curlymorphic/lfo

LFO controller now has correct frequency with multiple connections.
This commit is contained in:
Tres Finocchiaro
2017-05-07 17:12:18 -04:00
committed by GitHub

View File

@@ -113,6 +113,7 @@ void LfoController::updateValueBuffer()
}
m_currentPhase = absFraction( phase - m_phaseOffset );
m_bufferLastUpdated = s_periods;
}
void LfoController::updatePhase()