Hey y'all,
I'm actually the one that needs this, I've been working with Alexandre on updating Cyclone.
If further info is needed, the method I've been trying to use is inlet_new.
The part of documentation that seems to drive the nail in the coffin is this bullet-point:
"It is not possible to add methods for more than one selector to a right inlet. Particularly it is not possible to add a universal method for arbitrary selectors to a right inlet."
found on this page: http://pdstatic.iem.at/externals-HOWTO/pd-externals-HOWTOse8.html#x10-41000C
www.derekxkwan.com
There's a way to do it. Search the mailing list for "proxy inlet". However, as a general rule this is a bad idea. (Unless of course you are trying to be compatible with a Max/MSP object that does it that way.) -Jonathan
On Friday, March 25, 2016 5:33 PM, Derek Kwan <derek.x.kwan@gmail.com> wrote:
Hey y'all,
I'm actually the one that needs this, I've been working with Alexandre on updating Cyclone.
If further info is needed, the method I've been trying to use is inlet_new.
The part of documentation that seems to drive the nail in the coffin is this bullet-point:
"It is not possible to add methods for more than one selector to a right inlet. Particularly it is not possible to add a universal method for arbitrary selectors to a right inlet."
found on this page: http://pdstatic.iem.at/externals-HOWTO/pd-externals-HOWTOse8.html#x10-41000C
www.derekxkwan.com
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
2016-03-25 19:21 GMT-03:00 Jonathan Wilkes via Pd-list <pd-list@lists.iem.at
:
(Unless of course you are trying to be compatible with a Max/MSP object that does it that way.)
yep, [scope~] by the way, second signal inlet should set "bufsize" when receiving a float, to be more specific. Well, glad there is a way :)
cheers
2016-03-25 19:21 GMT-03:00 Jonathan Wilkes via Pd-list <pd-list@lists.iem.at
:
There's a way to do it. Search the mailing list for "proxy inlet".
this is where the search took me to http://puredata.info/Members/mjmogo
Inlet Proxy Object http://puredata.info/Members/mjmogo/proxy-example-for-pd.zip/view http://puredata.info/author/mjmogoAn example of how to create an inlet proxy object to handle arbitrary selectors on a cold inlet.
that was it, right?
cheers