Skip to content
This repository was archived by the owner on Oct 16, 2021. It is now read-only.

Commit 55394f0

Browse files
committed
Revert "i only render high quality ffts"
This reverts commit e8debfd.
1 parent ed5efaf commit 55394f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/VisualizerSpectrum.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
// CVisualizerSpectrum, spectrum style visualizer
3030

31-
const int FFT_POINTS = 1024;
31+
const int FFT_POINTS = 256;
3232

3333
class CVisualizerSpectrum : public CVisualizerBase
3434
{

0 commit comments

Comments
 (0)