I don't have a folder yet, but I'll be posting any objects I make in this thread.
Ott contributions
Ott
#2
logic/change threshold
Generates a trigger pulse when current input value is different from the previous value, within a certain epsilon.
change threshold.axo (886 Bytes)
This object is useful for when you're using analog inputs and want to filter out noise, but don't want to quantize it to MIDI resolutions. I find an epsilon of about 3.10 (it's divided by 16 in the code) works best.