Skip to content

Commit

Permalink
Port Reverb2 and ClangFormat
Browse files Browse the repository at this point in the history
Port Reverb2 bus effect from surge to sst efgfects
Clang Format the entire code base when I ran fix code
  • Loading branch information
baconpaul committed Jul 6, 2024
1 parent 08406e9 commit 652e3e9
Show file tree
Hide file tree
Showing 11 changed files with 529 additions and 49 deletions.
2 changes: 1 addition & 1 deletion include/sst/effects/Reverb1.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ template <typename FXConfig> struct Reverb1 : core::EffectTemplateBase<FXConfig>
};

static constexpr int numParams{rev1_width + 1};
static constexpr const char *effectName{"flanger"};
static constexpr const char *effectName{"reverb1"};

Reverb1(typename FXConfig::GlobalStorage *s, typename FXConfig::EffectStorage *e,
typename FXConfig::ValueStorage *p);
Expand Down
Loading

0 comments on commit 652e3e9

Please sign in to comment.