From 47bc0928c626ea10a1b20befedf2b4fc1139446a Mon Sep 17 00:00:00 2001 From: Owen Green Date: Thu, 19 Mar 2020 13:40:30 +0000 Subject: [PATCH] Correct resynthesis buffer keyword arg for NMF e.g. in multithreading guide --- .../HelpSource/Guides/FluidBufMultiThreading.schelp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/release-packaging/HelpSource/Guides/FluidBufMultiThreading.schelp b/release-packaging/HelpSource/Guides/FluidBufMultiThreading.schelp index 43c0c73..f1f1e49 100644 --- a/release-packaging/HelpSource/Guides/FluidBufMultiThreading.schelp +++ b/release-packaging/HelpSource/Guides/FluidBufMultiThreading.schelp @@ -81,7 +81,7 @@ d = Bus.control(s,1); ) // start a very long job -e = {Out.kr(d,FluidBufNMF.kr(b, destination:c, components:50, iterations:1000, windowSize:8192, hopSize:256))}.play +e = {Out.kr(d,FluidBufNMF.kr(b, resynth:c, components:50, iterations:1000, windowSize:8192, hopSize:256))}.play // make a dummy synth to look at the progress f = {In.kr(d).poll}.play @@ -160,5 +160,3 @@ Routine{ }.play; ) :: - -