Hi,
I'm working on an Ableton Live controller patch in Pd. It will be used with an external graphic tablet from Wacom.
I'd like to use Pd to make "mutes" possible.
Normally i use a MIDI Keyboard and convert every Note Off message to an On message. So whenever i press a key the mute gets toggled to "off" and then when i release the mute gets toggled twice.
By now i am using "bang" objects. But they lack in the feature that they are just sending one bang message when they get pressed. I tried to something with "select" or "spigot" but these solutions aren't very good.
Does anybody know how to implement a button which sends two messages? (One when getting pressed, one when released)
Thanks in advance,
Zettt