From 2fe40137cc838fcc93fc3e4f1a96970f89f597e5 Mon Sep 17 00:00:00 2001 From: xenakios Date: Tue, 5 Dec 2017 02:09:20 +0200 Subject: [PATCH] argh --- Source/PluginEditor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index 69f4ecd..b71d408 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -475,8 +475,6 @@ void SpectralVisualizer::setState(const ProcessParameters & pars, int nfreqs, do //std::fill(m_freqs2.begin(), m_freqs2.end(), 0.0f); //std::fill(m_freqs3.begin(), m_freqs3.end(), 0.0f); //std::fill(m_fft->freq.begin(), m_fft->freq.end(), 0.0f); - - for (int i = 0; i < nfreqs; ++i) { m_fft->smp[i] = m_insamples[i];