We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b8c63 commit 0f677c3Copy full SHA for 0f677c3
usermods/audioreactive/audio_reactive.h
@@ -564,7 +564,7 @@ void FFTcode(void * parameter)
564
newZeroCrossingCount++;
565
}
566
567
- newZeroCrossingCount = (newZeroCrossingCount*2)/3; // reduce value so it typicially stays below 256
+ newZeroCrossingCount = (newZeroCrossingCount*2)/3; // reduce value so it typically stays below 256
568
zeroCrossingCount = newZeroCrossingCount; // update only once, to avoid that effects pick up an intermediate value
569
570
// release highest sample to volume reactive effects early - not strictly necessary here - could also be done at the end of the function
0 commit comments