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

Re: [sc-users] CCResponder question




Hi, Scott -

To add extensions, just copy the code which James posted into a new document and save it as a ".sc" file in "~yourHome/Library/ Application Support/SuperCollider/Extensions/". After you reboot SC3, the new method should be active.

cheers,

-j



On Oct 18, 2007, at 9:41 AM, scott lindroth wrote:


Thanks, James, this is great! Will this be in the distribution soon? I've
not dealt with adding my own extensions before.

Scott



c = MIDIResponder.make('CC', { "blah blah".postln }, 0, 0, 64);

d = MIDIResponder.makeOneOnly('CC', { "nyah nyah".postln }, 0, 0, 64);

// this proves, only the later one is still active
CCResponder.responders.do(_.value);

hjh


--
View this message in context: http://www.nabble.com/CCResponder- question-tf4644308.html#a13273923
Sent from the Supercollider - User mailing list archive at Nabble.com.

_______________________________________________
sc-users mailing list
sc-users@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-users