Browse Source

Init FFT size with parameter value

tags/v100_p5
xenakios 8 years ago
parent
commit
4a89c2f1c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Source/PluginProcessor.cpp

+ 1
- 1
Source/PluginProcessor.cpp View File

@@ -222,7 +222,7 @@ void PaulstretchpluginAudioProcessor::prepareToPlay(double sampleRate, int sampl
}
if (m_ready_to_play == false)
{
setFFTSize(0.5);
setFFTSize(*getFloatParameter(2));
m_stretch_source->setProcessParameters(&m_ppar);
String err;


Loading…
Cancel
Save