offsets and amplitude problems with gen version of average~

matthieu's icon

Hi there,

I try to create a gen version of the average~ msp external, but just for the RMS average process.

I have several bugs with the calculation, so if someone knows exactly what happens in this external, his help is very welcome !!!

thanks!

3370.genrmsaverage.maxpat
Max Patch
Peter McCulloch's icon

Delay doesn't have an argument. Without that, it sets the maximum delay time to 512 samples. Seems to work fine once you provide a high enough default time.

matthieu's icon

thanks Peter !