Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vector objects and list #365

Open
60-hz opened this issue Jul 14, 2023 · 1 comment
Open

vector objects and list #365

60-hz opened this issue Jul 14, 2023 · 1 comment

Comments

@60-hz
Copy link
Contributor

60-hz commented Jul 14, 2023

many vector objects like [translateXYZ] [rotateXYZ] [colorRGB] respond to a list in their first inlet.

  • the object returns "translateXYZ: no method for 'float'" when sending a list
  • the object don't use the first value in list but understand the next 3 as X,Y,Z values.
  • this behaviour is undocumented, but could be somewhat useful.
@umlaeute
Copy link
Owner

hmmm.
i think this is a bug in Pd itself.

what you are seeing is just the standard Pd behaviour of distributing [list( atoms values over inlets if there's no explicit list method.
as such, I would not want to document it.

however, I think it's weird that Pd tries to distribute the data over the inlets, even though the 1st inlet has neither float nor symbol nor bang method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants