[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] MIDIResponder init



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