hello list,sometimes in the heat of the moment I make mistakes assigning MIDIResponders: e.g.
z = CCResponder({"yo".postln});
then later, without removing z
z = CCResponder({"no".postln});
at this point how do I remove both to start over?
thanks,
jay