From d16e649c7663b6c9d0272d5847ff20247159f5fb Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 30 Sep 2023 14:25:21 -0400 Subject: [PATCH] Fix an error in the Phaser / FXMod FX port (#7229) And change the API to make it less error prone in the future --- libs/sst/sst-basic-blocks | 2 +- libs/sst/sst-effects | 2 +- src/common/dsp/effects/ModControl.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/sst/sst-basic-blocks b/libs/sst/sst-basic-blocks index 4bed7d8dbe2..d97002778c6 160000 --- a/libs/sst/sst-basic-blocks +++ b/libs/sst/sst-basic-blocks @@ -1 +1 @@ -Subproject commit 4bed7d8dbe2b1cb887657ee4925df2f18181cdfd +Subproject commit d97002778c674bfa6c25bad5bf0cea972e0c505f diff --git a/libs/sst/sst-effects b/libs/sst/sst-effects index 3e5e2994077..07500ab80e4 160000 --- a/libs/sst/sst-effects +++ b/libs/sst/sst-effects @@ -1 +1 @@ -Subproject commit 3e5e2994077194c7d5b2d47108a12ee600a25635 +Subproject commit 07500ab80e4336b491c618a8b358fa851d97a05d diff --git a/src/common/dsp/effects/ModControl.h b/src/common/dsp/effects/ModControl.h index 6ea2e59d8d5..31964fbeb71 100644 --- a/src/common/dsp/effects/ModControl.h +++ b/src/common/dsp/effects/ModControl.h @@ -31,7 +31,7 @@ // to the sst-effects namespace Surge { -using ModControl = sst::basic_blocks::modulators::FXModControl; +using ModControl = sst::basic_blocks::modulators::FXModControl; } // namespace Surge #endif // SURGE_SRC_COMMON_DSP_EFFECTS_MODCONTROL_H