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
you have
pd-cyclone/cyclone_objects/binaries/control/clip.c
Lines 16 to 17 in 694caf4
floatinlet_new
Lines 132 to 133 in 694caf4
however, floatinlet_new really expects a t_float* argument (while you are giving it a float*).
t_float*
float*
The text was updated successfully, but these errors were encountered:
8f9de21
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...
Sorry, something went wrong.
No branches or pull requests
you have
pd-cyclone/cyclone_objects/binaries/control/clip.c
Lines 16 to 17 in 694caf4
floatinlet_new
:pd-cyclone/cyclone_objects/binaries/control/clip.c
Lines 132 to 133 in 694caf4
however,
floatinlet_new
really expects at_float*
argument (while you are giving it afloat*
).The text was updated successfully, but these errors were encountered: