hello… i want to patch a module that does the same as the built in integral node but with definable bin size…
that means that it sums up values from slice to slice but not for the whole incomming spread but for the defined binsize. when a new bin is reached the node should start a new addition starting with the slice of new bin?
know what i mean?
got no idea how to do that…
any ideas?