From 680b268804d046a778812eefb64ca7295f5aa38d Mon Sep 17 00:00:00 2001 From: Owen Green Date: Mon, 5 Nov 2018 22:56:28 +0000 Subject: [PATCH] src/FluidNMFMatch/FluidNMFMatch.cpp: Process all the samples --- src/FluidNMFMatch/FluidNMFMatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FluidNMFMatch/FluidNMFMatch.cpp b/src/FluidNMFMatch/FluidNMFMatch.cpp index 048015a..11c44e1 100644 --- a/src/FluidNMFMatch/FluidNMFMatch.cpp +++ b/src/FluidNMFMatch/FluidNMFMatch.cpp @@ -48,7 +48,7 @@ namespace nmf{ mMaxRank = parameter::lookupParam("maxrank", mClient->getParams()).getLong(); - mClient->set_host_buffer_size(bufferSize()); + mClient->set_host_buffer_size(mWorld->mFullRate.mBufLength); mClient->reset(); inputSignals[0] = SignalPointer(new AudioSignalWrapper());