From faba07deb158e7a4278e7412d8cda6c0758afaeb Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 28 Nov 2024 22:18:29 -0500 Subject: [PATCH] processOnlyControl not processControlOnly in Rotary --- include/sst/effects/RotarySpeaker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sst/effects/RotarySpeaker.h b/include/sst/effects/RotarySpeaker.h index 605a322..46f9833 100644 --- a/include/sst/effects/RotarySpeaker.h +++ b/include/sst/effects/RotarySpeaker.h @@ -84,7 +84,7 @@ template struct RotarySpeaker : core::EffectTemplateBase inline void RotarySpeaker::setvars(bool i } } -template inline void RotarySpeaker::processControlOnly() +template inline void RotarySpeaker::processOnlyControl() { double frate = this->floatValue(rot_horn_rate) * this->temposyncRatio(rot_horn_rate);