image to particles problem with jit.gen

Alexander Artemev's icon

i'm trying to run this patch and havo no idea why jit.world canvas stay clean. there is a message in console "particles: bad number". any ideas how to solve this problem?

hk3.maxpat
Max Patch

LSka's icon

To name a jit.gen patcher you have to use the @title attribute. So [jit.gen @title particles]. This will solve the "bad number" message.

Alexander Artemev's icon

oh
thank you! it's really works. )