On 12/9/07, Mathieu Bouchard <[EMAIL PROTECTED]> wrote: > > On Sun, 9 Dec 2007, Mike McGonagle wrote: > > > Well, this is not something that is within reach of many people. We need > > to understand not just PD's internals, but how flext uses them, and we > > also need to know how to integrate these things with the extended > > nightly builds. Not quite certain how many people know ALL of these > > things. Probably only a handful, and it would appear that none of them > > are interested in getting flext working. > > GridFlow also uses proxy inlets. There are simpler examples of proxy > inlets within pd itself. E.g. all [list] objects have it.
Thank you very much. I didn't think about 'list' objects, even though I have been using them more and more... Great, now I have a place to look. Basically you need to create another object that will be the "slave" of > your main object, and then create an inlet that will use that object. The > second argument of inlet_new is for that: the inlet appears on the first > argument's box, but messages will be sent to the second argument's object. > In that case you pass 0,0 for the other arguments (which are usually > symbols, but here are null pointers to mean "not applicable") > > _ _ __ ___ _____ ________ _____________ _____________________ ... > | Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada -- Peace may sound simple—one beautiful word— but it requires everything we have, every quality, every strength, every dream, every high ideal. —Yehudi Menuhin (1916–1999), musician
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
