I'd like to make a simple device that lets the user MIDI bind a note to an object, then select from a drop-down list of parameters to map to with the result being that the MIDI note would momentarily control the mapped parameter, instead of the default Live behavior which is to toggle the parameter.
However, in order to do that, I would need a Live M4L object that captures the "Note Off" event of the MIDI note. Is there anything that does this? The Live.button only fires when the state changes from 0 to 1 and all the Max objects that would do this are not MIDI mappable.