From f66827eb656cc81967b987874d435694f0c48bd4 Mon Sep 17 00:00:00 2001 From: Andreya-Autumn Date: Wed, 28 Aug 2024 03:12:41 +0200 Subject: [PATCH] aasdfhadsgfyu --- include/sst/voice-effects/modulation/ShepardPhaser.h | 3 --- tests/create-voice-effect.cpp | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/include/sst/voice-effects/modulation/ShepardPhaser.h b/include/sst/voice-effects/modulation/ShepardPhaser.h index ff7919f..50bd0c4 100644 --- a/include/sst/voice-effects/modulation/ShepardPhaser.h +++ b/include/sst/voice-effects/modulation/ShepardPhaser.h @@ -25,7 +25,6 @@ #include "../VoiceEffectCore.h" #include -#include #include "sst/basic-blocks/mechanics/block-ops.h" #include "sst/basic-blocks/modulators/SimpleLFO.h" @@ -39,8 +38,6 @@ template struct ShepardPhaser : core::VoiceEffectTemplateBa static constexpr int numFloatParams{4}; static constexpr int numIntParams{2}; - basic_blocks::dsp::RNG rng; - enum FloatParams { fpResonance, diff --git a/tests/create-voice-effect.cpp b/tests/create-voice-effect.cpp index 51974da..89716f7 100644 --- a/tests/create-voice-effect.cpp +++ b/tests/create-voice-effect.cpp @@ -41,7 +41,7 @@ #include "sst/voice-effects/filter/SurgeBiquads.h" #include "sst/voice-effects/filter/SSTFilters.h" #include "sst/voice-effects/filter/StaticPhaser.h" -#include "sst/voice-effects/filter/ShepardPhaser.h" +#include "sst/voice-effects/modulation/ShepardPhaser.h" #include "sst/voice-effects/modulation/Tremolo.h" #include "sst/voice-effects/modulation/Phaser.h" #include "sst/voice-effects/modulation/FMFilter.h"