IOhannes m zmoelnig wrote:
thewade wrote:
I want to have an inlet that takes both floats, symbols and lists of floats and or symbols. I should be able to do this by connecting an inlet to a [route 0 1 symbol list] for example, but when I use a message to send a list to this inlet from the outside I get: error: inlet: no method for \'list\'
When I got this for symbol I just made another inlet and connected it to [symbol].
How do I fix this?
[route float symbol list] this _does_ work
Indeed it does. That is not my problem. My problem is that the inlet of a subpatch gives me the afore mentioned trouble.
Here is a link to a jpeg that might better explain my problem: http://www.aproximation.org/inletError.jpg
Thanks for the help though! -thewade
thewade wrote:
[route float symbol list] this _does_ work
Indeed it does. That is not my problem. My problem is that the inlet of a subpatch gives me the afore mentioned trouble.
Here is a link to a jpeg that might better explain my problem: http://www.aproximation.org/inletError.jpg
unfortunately it does not. i cannot help you directly without the patch at hand (or at least that part that is needed to reproduce the error) (nor am i willing to do so)
and you could also provide information on what pd-version you use (64bit?devel?)
mfg.asd.r IOhannes
hi thewade,
thewade wrote: ...
inlet to a [route 0 1 symbol list] for example, but when I use a
from help-route.pd:
"Route checks the first element of a message against each of its arguments, which may be numbers or symbols (but not a mixture of the two.)"
Krzysztof