pd-projects / lyonpotpourri

http://disis.music.vt.edu/eric/
Other
19 stars 0 forks source link

Code needs a small update to be compatible with PD 0.52 #2

Open shakfu opened 2 years ago

shakfu commented 2 years ago

Pd 0.52 removed the error() function (unfortunately, without a deprecation notice), but it can easily be replaced with pd_error().

To fix the code in the repo you can run something like this in the project root:

rpl -R -x ".c" " error(" " pd_error(0, " .

patch.txt

A patch with the changes is attached.

ericlyon commented 2 years ago

Thanks for letting me know. pd-projects/lyonpotpourri is dinosaur-ware. Are you able to submit a pull request with proposed fix to the current repo:

https://github.com/ericlyon/pd-lyonpotpourri