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 b779be7 commit 197b2f2Copy full SHA for 197b2f2
src/libprojectM/Renderer/BeatDetect.hpp
@@ -70,7 +70,7 @@ class DLLEXPORT BeatDetect
70
#undef max
71
//work0around
72
#endif /** WIN32 */
73
- return 0.5f / std::max(0.0001f,sqrtf(vol_history));
+ return 4.0f / std::max(0.0001f,sqrtf(vol_history));
74
}
75
76
private:
0 commit comments