umlaeute / Gem

Graphics Environment for Multimedia (official repository)
https://gem.iem.at
Other
103 stars 30 forks source link

vector objects and list #365

Open 60-hz opened 1 year ago

60-hz commented 1 year ago

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

umlaeute commented 1 year ago

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.