NMFCross help: typo in filename gives empty buffer, which currently causes a server crash

nix
Owen Green 6 years ago
parent e80afc7ce5
commit 750c41be07

@ -64,7 +64,7 @@ EXAMPLES::
code::
~path = File.realpath(FluidBufNMF.class.filenameSymbol).dirname.withTrailingSlash +/+ "../AudioFiles/"
b = Buffer.read(s,~path+/+"~Nicol-LoopE-M.wav")
b = Buffer.read(s,~path+/+"Nicol-LoopE-M.wav")
t = Buffer.read(s,~path+/+"Tremblay-SA-UprightPianoPedalWide.wav")
o = Buffer.new
FluidBufNMFCross.process(s,t,b,o,action:{"Ding".postln})

Loading…
Cancel
Save