Skip to content

Commit ff4ffd1

Browse files
authored
Merge pull request #3535 from curlymorphic/lfo
LFO controller now has correct frequency with multiple connections.
2 parents 75077f6 + 1848ed2 commit ff4ffd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/LfoController.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ void LfoController::updateValueBuffer()
113113
}
114114

115115
m_currentPhase = absFraction( phase - m_phaseOffset );
116+
m_bufferLastUpdated = s_periods;
116117
}
117118

118119
void LfoController::updatePhase()

0 commit comments

Comments
 (0)