[javascript-dev] [sharingisfun] passing messages via pattrstorage
Jeremy Bernstein
jeremy at bootsquad.com
Wed Sep 26 03:00:31 MDT 2007
- Previous message: [javascript-dev] [sharingisfun] passing messages via pattrstorage
- Next message: [javascript-dev] Re: [sharingisfun] passing messages via pattrstorage
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm a little confused about the utility of this; what does this do that you can't do without JS? You can set the value of any pattr- compatible object via pattrstorage, even that of objects which aren't in the pattrstorage's client list. And for non-value messages to named objects, pattrforward. Am I missing something here? jb Am 25.09.2007 um 22:19 schrieb pnyboer: > I've long been craving a way to pass messages via pattrstorage to > other parts of the patch. I finally realized a way to do it! > For example if you have a pattrstorage with greedy on, and you want > to pass some subpatch a "bang" message, I've had to rely on named > number boxes and a "sel" or "t" object to convert the integer into > a bang. So if I want to send the message: > MovieModule::Reverse bang > into pattrstorage and have it received in the MovieModule, I can do > that with this small javascript:
- Previous message: [javascript-dev] [sharingisfun] passing messages via pattrstorage
- Next message: [javascript-dev] Re: [sharingisfun] passing messages via pattrstorage
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
