Skip to content

Commit

Permalink
Merge pull request #3535 from curlymorphic/lfo
Browse files Browse the repository at this point in the history
LFO controller now has correct frequency with multiple connections.
  • Loading branch information
tresf authored May 7, 2017
2 parents 75077f6 + 1848ed2 commit ff4ffd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/LfoController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ void LfoController::updateValueBuffer()
}

m_currentPhase = absFraction( phase - m_phaseOffset );
m_bufferLastUpdated = s_periods;
}

void LfoController::updatePhase()
Expand Down

0 comments on commit ff4ffd1

Please sign in to comment.