Skip to content

Commit

Permalink
Phaser: Fixed an incorrect update of the sweep factor
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed May 20, 2024
1 parent 816dad5 commit 0a2c04b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ void PhaserPlugin::applyToBuffer (const PluginRenderContext& fc)
{
float* b = fc.destBuffer->getWritePointer (chan, fc.bufferStartSample);
swp = sweep;
swpFactor = sweepFactor;

for (int i = fc.bufferNumSamples; --i >= 0;)
{
Expand Down

0 comments on commit 0a2c04b

Please sign in to comment.