porres / pd-cyclone

A set of Pure Data objects cloned from Max/MSP
BSD 3-Clause "New" or "Revised" License
198 stars 25 forks source link

zl group arg is not initialized (is = 0) #639

Closed jamshark70 closed 3 months ago

jamshark70 commented 3 months ago

The following patch in Max prints print: 49 57 51 52

zlgroup-max

The following patch in Pd produces no output at all.

zlgroup-pd

Therefore, there is an incompatibility: cyclone/zl in "group" mode does not respond to "bang" in the same way that the Max object does.

I can work around it -- just that it would have been more convincing for this class demo to say that [zl group] in Pd behaves the same as in Max.

porres commented 3 months ago

the bang message works, the bug is that the group size is not initialized somehow