Skip to content

Commit

Permalink
processOnlyControl not processControlOnly in Rotary
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Nov 29, 2024
1 parent eb3ae4c commit faba07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/sst/effects/RotarySpeaker.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ template <typename FXConfig> struct RotarySpeaker : core::EffectTemplateBase<FXC
void onSampleRateChanged() { initialize(); }

void setvars(bool init);
void processControlOnly();
void processOnlyControl();

basic_blocks::params::ParamMetaData paramAt(int idx) const
{
Expand Down Expand Up @@ -187,7 +187,7 @@ template <typename FXConfig> inline void RotarySpeaker<FXConfig>::setvars(bool i
}
}

template <typename FXConfig> inline void RotarySpeaker<FXConfig>::processControlOnly()
template <typename FXConfig> inline void RotarySpeaker<FXConfig>::processOnlyControl()
{
double frate = this->floatValue(rot_horn_rate) * this->temposyncRatio(rot_horn_rate);

Expand Down

0 comments on commit faba07d

Please sign in to comment.