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

[sc-users] Re: MIDIResponder init



i was thinking i already tried that...thanks james


On Jun 8, 2006, at 2:40 AM, Jay Chung wrote:

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