hum… sure that is a newbie one ( damned i m burning the vvvvorum today!)
i would like to try atractor with a trautner grid of 100.
how to get the highest value of this spread of 100 and its index ?
this to determine via movement place of attractor in the frame.
To get the highest value of a spread, Bounds (Spectral) is your friend.
To retrieve the indice of this use Sift (Value), with the spread as input, and the maximum output from Bounds connected to Sift “Filter” input, then you will have the slice index.
about the ‘=’ function, i dont know anything in delphi, but devvvs would perhaps reply that there is an ‘if’ condition in its code and that is not on ‘case’ dependaing, am i right ?
I figured it had to do with the internal resampling off the = (value) Node, like the Inputmorph, but feeding it an equal sicecount for all pins doesn’t seem to help.
Weird that such a basic node has a bit slow performance.