Hello!
In the documentation, under 2.1, there is a short chapter “Button presses are sent out twice”:
It says that this behavior can be changed with the “Press/Release” Action block. I have added one such block to a button, and added a “Button Mode” set to “toggle” only to the “press” part of the Action block. However, I still get a Midi message on both the button press AND the button release. What could I be doing wrong?
I would like the Midi message to be only sent out on the button press, but I still want to use the toggle functionality in order to use the LED to see if I have it toggled on or not.
(I am switching something in a Processing program, and the way it is set up makes it a lot easier to just run the same function twice, instead of passing the actual value to it in my program. Unimportant to my question really, but may be useful for context.)
Edit: Can this post please be deleted? I figured it out, and had just misunderstood essentially how the Action blocks work.