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

In DSP_PARAMETER_FFT structure, where spectrum parameter has a wrong type. #53

Merged
merged 3 commits into from
Jan 18, 2024

Conversation

AhmedAhmedEG
Copy link
Contributor

@AhmedAhmedEG AhmedAhmedEG commented Jan 14, 2024

Fixed a bug in DSP_PARAMETER_FFT structure where spectrum parameter was miss-classified as a list of floats, while it's a list of float pointers.

https://www.fmod.com/docs/2.00/api/plugin-api-dsp.html#fmod_dsp_parameter_fft

Fixed a bug in DSP_PARAMETER_FFT structure where spectrum parameter was miss-classified as a list of floats, while it's a list of float pointers.
@tyrylu
Copy link
Owner

tyrylu commented Jan 15, 2024

There are the CI results, so, you'll just have to use the same style for the newly introduced class you need for the fields.

@AhmedAhmedEG
Copy link
Contributor Author

Ok, I fixed it, Just changed ctypes.POINTER to POINTER

@AhmedAhmedEG
Copy link
Contributor Author

There are the CI results, so, you'll just have to use the same style for the newly introduced class you need for the fields.

I also removed the import for ctypes that I added by mistake.

@tyrylu tyrylu merged commit d1cd57d into tyrylu:master Jan 18, 2024
3 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.

None yet

2 participants