flucoma / flucoma-sc

Fluid Corpus Manipulation plugins for Supercollider
BSD 3-Clause "New" or "Revised" License
70 stars 16 forks source link

BufNMF sc example is missing one argument #162

Closed paum3 closed 1 year ago

paum3 commented 1 year ago

https://learn.flucoma.org/learn/bufnmf/bufnmf-overview-example.scd

there is missing resynthMode: 1, so the example not wotk.

FluidBufNMF.processBlocking(s,~drums,resynth:~resynth, resynthMode:1,bases:~bases,activations:~activations,components:~nComponents,action:{"done!".postln;});
tremblap commented 1 year ago

fixed in https://github.com/flucoma/learn-website commit 9d07963