Skip to content

Commit d85939a

Browse files
committed
Fix loading small IRs
Signed-off-by: falkTX <falktx@falktx.com>
1 parent c7cfd6c commit d85939a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ConvolutionReverb/TwoStageThreadedConvolver.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class TwoStageThreadedConvolver : public fftconvolver::TwoStageFFTConvolver,
6363
}
6464

6565
nonThreadedConvolver = new fftconvolver::FFTConvolver();
66-
return true;
66+
return nonThreadedConvolver->init(kHeadBlockSize, ir, irLen);
6767
}
6868

6969
void process(const fftconvolver::Sample* const input, fftconvolver::Sample* const output, const size_t len)

0 commit comments

Comments
 (0)