Skip to content
New issue

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

Update framedelta_new Function for Compatibility with Emscripten and pd4web #650

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

charlesneimog
Copy link
Contributor

Hi,

This pull request updates the framedelta_new function in the framedelta~ object to resolve a type incompatibility issue. The previous implementation of framedelta_new accepted arguments (t_symbol *s, int ac, t_atom *av), but the class_new function was defined without any arguments for the object. This mismatch caused compatibility issues, particularly when building with Emscripten for use in pd4web.

:)

@porres porres merged commit 80d4d8e into porres:master Nov 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants