mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-11 06:55:50 +00:00
Fix vol_old not getting updated
This commit is contained in:
committed by
Kai Blaschke
parent
de8151e1ac
commit
f8fcb0ab79
@ -60,6 +60,8 @@ void BeatDetect::reset()
|
||||
|
||||
void BeatDetect::calculateBeatStatistics()
|
||||
{
|
||||
vol_old = vol;
|
||||
|
||||
size_t constexpr fft_length = fftLength;
|
||||
float vdataL[fftLength];
|
||||
float vdataR[fftLength];
|
||||
|
||||
Reference in New Issue
Block a user