alyyousuf7 / Weaver

Weaving algorithm based on work by Petros Vrellis
MIT License
114 stars 28 forks source link

Change the number of nodes #7

Closed dandylow closed 4 years ago

dandylow commented 4 years ago

Hi, can I do this with the code rn? If yes pls tell me how, this would be very useful for my project.

alyyousuf7 commented 4 years ago

Yes, the Weaver.pde file by default uses the example03 function defined in example.pde file.

Open example.pde and modify the example03 function, you should see the current value 256. Replace it with the value you wish.

I'll try to make the code easier to update the number of pins and lines as it has been a common issue.