Hello all,
Is there another object I can use instead of the standard |average| object?
It apparently has a limit of 100 values?
The limit of 100 to the average object?
Hello all,
Is there another object I can use instead of the standard |average| object?
It apparently has a limit of 100 values?
@raynovich maxlib/average and markex/average can do 128..... if that helps......
Otherwise cyclone/mean seems unlimited....... if you could use that.
David.
@raynovich fill an array, sum with [array sum] and divide by array size
You could try this, if it's a list:
list-average.pd
I did not test it with 100plus numbers though, but you can try it out
Thanks all. I got a work around that might not be elegant, but functional.
Oops! Looks like something went wrong!