libpd / abl_link

Ableton Link integration for Pure Data on desktop and Android.
Other
80 stars 15 forks source link

error() has been removed from Pd's public API...use pd_error( ) instead #29

Open umlaeute opened 2 years ago

umlaeute commented 2 years ago

with Pd-0.52, the error() function has been removed from Pd's public API (the symbol is still exported though for binary compatibility with older externals).

Please update the code to use pd_error() instead (which has been around since at least the beginning of Pd's git history (2007), so there shouldn't be any compat issues)

cerupcat commented 2 years ago

lgtm