Skip to content

Commit

Permalink
aasdfhadsgfyu
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreya-Autumn committed Aug 28, 2024
1 parent a29c512 commit f66827e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions include/sst/voice-effects/modulation/ShepardPhaser.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "../VoiceEffectCore.h"

#include <iostream>
#include <cmath>

#include "sst/basic-blocks/mechanics/block-ops.h"
#include "sst/basic-blocks/modulators/SimpleLFO.h"
Expand All @@ -39,8 +38,6 @@ template <typename VFXConfig> struct ShepardPhaser : core::VoiceEffectTemplateBa
static constexpr int numFloatParams{4};
static constexpr int numIntParams{2};

basic_blocks::dsp::RNG rng;

enum FloatParams
{
fpResonance,
Expand Down
2 changes: 1 addition & 1 deletion tests/create-voice-effect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f66827e

Please sign in to comment.