From 1d3af7606978691d3f4358b659d2f0e63c6613e8 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Mon, 4 Mar 2024 11:13:53 +0000 Subject: [PATCH] use correct volumeSmth --- src/App/LedEffects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/LedEffects.h b/src/App/LedEffects.h index 9f8f2713..c10c7bc2 100644 --- a/src/App/LedEffects.h +++ b/src/App/LedEffects.h @@ -1067,7 +1067,7 @@ class DJLight:public Effect { unsigned8 *aux0 = leds.sharedData.bind(aux0); uint8_t *fftResult = wledAudioMod->fftResults; - float volumeSmth = wledAudioMod->sync.volumeSmth; + float volumeSmth = wledAudioMod->volumeSmth; unsigned8 speed = mdl->getValue("speed"); bool candyFactory = mdl->getValue("candyFactory").as();