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

clip fails to build for Pd64 #647

Closed
umlaeute opened this issue Aug 15, 2024 · 1 comment
Closed

clip fails to build for Pd64 #647

umlaeute opened this issue Aug 15, 2024 · 1 comment

Comments

@umlaeute
Copy link
Contributor

you have

float x_f1;
float x_f2;
, but then you are using these in floatinlet_new:
floatinlet_new((t_object *)x, &x->x_f1);
floatinlet_new((t_object *)x, &x->x_f2);

however, floatinlet_new really expects a t_float* argument (while you are giving it a float*).

@porres porres closed this as completed in 8f9de21 Aug 16, 2024
@porres
Copy link
Owner

porres commented Aug 16, 2024

I hope that's all the bugs, hopefully may catch some more in the next few days if they exhist? I'll prepare an 0.9.1 update early next week...

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

No branches or pull requests

2 participants