Skip to content

Commit

Permalink
Fix an error in the Phaser / FXMod FX port (surge-synthesizer#7229)
Browse files Browse the repository at this point in the history
And change the API to make it less error prone in the future
  • Loading branch information
baconpaul authored Sep 30, 2023
1 parent ba498ce commit d16e649
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/sst/sst-effects
2 changes: 1 addition & 1 deletion src/common/dsp/effects/ModControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// to the sst-effects
namespace Surge
{
using ModControl = sst::basic_blocks::modulators::FXModControl;
using ModControl = sst::basic_blocks::modulators::FXModControl<BLOCK_SIZE>;
} // namespace Surge

#endif // SURGE_SRC_COMMON_DSP_EFFECTS_MODCONTROL_H

0 comments on commit d16e649

Please sign in to comment.