Init FFT windowing type
This commit is contained in:
parent
da1fea6850
commit
5f24356658
@ -563,6 +563,7 @@ void StretchAudioSource::setPlayRange(Range<double> playrange, bool isloop)
|
|||||||
m_inputfile->seek(m_playrange.getStart());
|
m_inputfile->seek(m_playrange.getStart());
|
||||||
m_seekpos = m_playrange.getStart();
|
m_seekpos = m_playrange.getStart();
|
||||||
++m_param_change_count;
|
++m_param_change_count;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool StretchAudioSource::isLoopEnabled()
|
bool StretchAudioSource::isLoopEnabled()
|
||||||
|
@ -84,6 +84,7 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
|
|||||||
m_ppar.freq_shift.enabled = true;
|
m_ppar.freq_shift.enabled = true;
|
||||||
m_stretch_source->setOnsetDetection(0.0);
|
m_stretch_source->setOnsetDetection(0.0);
|
||||||
m_stretch_source->setLoopingEnabled(true);
|
m_stretch_source->setLoopingEnabled(true);
|
||||||
|
m_stretch_source->setFFTWindowingType(1);
|
||||||
addParameter(new AudioParameterFloat("mainvolume0", "Main volume", -24.0f, 12.0f, -3.0f)); // 0
|
addParameter(new AudioParameterFloat("mainvolume0", "Main volume", -24.0f, 12.0f, -3.0f)); // 0
|
||||||
addParameter(new AudioParameterFloat("stretchamount0", "Stretch amount",
|
addParameter(new AudioParameterFloat("stretchamount0", "Stretch amount",
|
||||||
NormalisableRange<float>(0.1f, 128.0f, 0.01f, 0.5),1.0f)); // 1
|
NormalisableRange<float>(0.1f, 128.0f, 0.01f, 0.5),1.0f)); // 1
|
||||||
|
Loading…
Reference in New Issue
Block a user