Init FFT windowing type

This commit is contained in:
xenakios
2017-11-28 20:46:04 +02:00
parent da1fea6850
commit 5f24356658
2 changed files with 2 additions and 0 deletions

View File

@ -563,6 +563,7 @@ void StretchAudioSource::setPlayRange(Range<double> playrange, bool isloop)
m_inputfile->seek(m_playrange.getStart());
m_seekpos = m_playrange.getStart();
++m_param_change_count;
}
bool StretchAudioSource::isLoopEnabled()