We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pd 0.52 removed the error() function (unfortunately, without a deprecation notice), but it can easily be replaced with pd_error().
error()
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Pd 0.52 removed the
error()
function (unfortunately, without a deprecation notice), but it can easily be replaced withpd_error()
.To fix the code in the repo you can run something like this in the project root:
patch.txt
A patch with the changes is attached.
The text was updated successfully, but these errors were encountered: