LFO controller now has correct frequency with multiple connections.

m_bufferLastUpdated is now correctly set to the current frame upon updating
the buffer.
This commit is contained in:
curlymorphic
2017-05-07 08:18:08 +01:00
parent 7e3ee14cf1
commit 1848ed20d9

View File

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