From bfb531d74ef8c0bdbe29c4bcd142cadfc2d0186d Mon Sep 17 00:00:00 2001 From: xenakios Date: Thu, 17 Jan 2019 15:38:57 +0200 Subject: [PATCH] foo --- Source/PS_Source/StretchSource.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/PS_Source/StretchSource.cpp b/Source/PS_Source/StretchSource.cpp index 0728633..3c5f13a 100644 --- a/Source/PS_Source/StretchSource.cpp +++ b/Source/PS_Source/StretchSource.cpp @@ -265,6 +265,7 @@ double StretchAudioSource::getDryPlayrate() const return m_dryplayrate; } + void StretchAudioSource::setSpectralOrderPreset(int id) { if (id == m_current_spec_order_preset) @@ -277,6 +278,7 @@ void StretchAudioSource::setSpectralOrderPreset(int id) } } + void StretchAudioSource::getNextAudioBlock(const AudioSourceChannelInfo & bufferToFill) { ScopedLock locker(m_cs);