Hey, super basic question:
I have a momentary toggle switch that I need to control so it only sends a message when held, or a message when it is released. 1 or 0. (It is really an analog signal, so it sends streams of messages once touched)
For now I just want to have a function that allows no more bangs or messages if it is the same as the previous. What would be the default way of writing this? Something with the [float] object?
Thanks!