BufNNDSVD: Ensure activations buffer is queried at finish

nix
weefuzzy 4 years ago
parent 42bd8d314b
commit 2996f7cd17

@ -23,7 +23,7 @@ FluidBufNNDSVD : FluidBufProcessor{
activations = activations.asUGenInput; activations = activations.asUGenInput;
^this.new( ^this.new(
server, nil, [bases] server, nil, [bases,activations]
).processList( ).processList(
[source, bases, activations, minComponents, maxComponents, coverage, method, windowSize, hopSize, fftSize, fftSize, 0],freeWhenDone, action [source, bases, activations, minComponents, maxComponents, coverage, method, windowSize, hopSize, fftSize, fftSize, 0],freeWhenDone, action
) )
@ -39,7 +39,7 @@ FluidBufNNDSVD : FluidBufProcessor{
activations = activations.asUGenInput; activations = activations.asUGenInput;
^this.new( ^this.new(
server, nil, [bases] server, nil, [bases,activations]
).processList( ).processList(
[source, bases, activations, minComponents, maxComponents, coverage, method, windowSize, hopSize, fftSize, fftSize, 1],freeWhenDone, action [source, bases, activations, minComponents, maxComponents, coverage, method, windowSize, hopSize, fftSize, fftSize, 1],freeWhenDone, action
) )

Loading…
Cancel
Save