This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
paulstretchplugin
mirror of
https://bitbucket.org/xenakios/paulstretchplugin.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
10
Wiki
Activity
Browse Source
Init FFT size with parameter value
tags/v100_p5
xenakios
8 years ago
parent
8bd4468603
commit
4a89c2f1c4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save