Open 60-hz opened 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.
many vector objects like [translateXYZ] [rotateXYZ] [colorRGB] respond to a list in their first inlet.