Beginner Pd user here. I have a number message, and I am trying to get the numerical difference between the current number and the previous number - does anyone know of a simple way to do this?
This is probably the simplest way to do it:
If you need the absolute difference, use the object abs before the final result (to ignore the negative sign).