Skip to content

Commit 0f677c3

Browse files
committed
typo
1 parent 93b8c63 commit 0f677c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usermods/audioreactive/audio_reactive.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ void FFTcode(void * parameter)
564564
newZeroCrossingCount++;
565565
}
566566
}
567-
newZeroCrossingCount = (newZeroCrossingCount*2)/3; // reduce value so it typicially stays below 256
567+
newZeroCrossingCount = (newZeroCrossingCount*2)/3; // reduce value so it typically stays below 256
568568
zeroCrossingCount = newZeroCrossingCount; // update only once, to avoid that effects pick up an intermediate value
569569

570570
// 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

Comments
 (0)