Hi there
I was wondering if there is a way to filter out/reduce the noise from sensor inputs through the adc~. Often the sensors values differ in between a very low range, so hopefully, someone out there has tried to stabilize this before.
Is there an easy way to store the previous adc/sensor value and compare it to the new value, in that case, how?
An interactive example, however not in PD code, can be seen here:
https://codepen.io/dxinteractive/pen/zBEbpP
It has to be imported into 'bela', so external objects like [smooth] and [once] are unfortunately not usable.
All the best