Skip to content

Commit

Permalink
Oops add a line I deleted just before merge in LFO
Browse files Browse the repository at this point in the history
which meant the LFO didn't O at any F!
  • Loading branch information
baconpaul committed Feb 17, 2025
1 parent 89a78d0 commit ef44728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sst/basic-blocks/modulators/SimpleLFO.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ template <typename SRProvider, int BLOCK_SIZE, bool clampDeform = false> struct
{
frate = tsScale * srProvider->envelope_rate_linear_nowrap(-r);
lastRate = r;
lastFRate = frate;
}
phase += frate * (reverse ? -1 : 1);
int phaseMidpoint{0};
Expand Down

0 comments on commit ef44728

Please sign in to comment.