amandaghassaei / LaserCutRecord

generate vector cutting paths from digital audio to make a working record
http://www.instructables.com/id/Laser-Cut-Record/
55 stars 23 forks source link

compatibility newer Processing releases #1

Closed ljbs closed 4 years ago

ljbs commented 4 years ago

Hi @amandaghassaei,

Thanks a lot for providing the source files of your project of creating records by laser cutting - I think this idea is very nice :-). As I was trying a bit myself, I've noticed that the code is not functioning properly anymore in the latest Processing versions. The reason is the need of the size() call to move to a (currently non-existent) function settings() instead of setup(). I've changed this in my fork of your repository. If you think it's useful to adopt these changes, feel free to merge them!

Cheers, Laurens

amandaghassaei commented 4 years ago

Looks great, thanks for the PR!