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

FluidSynth chugin not compiling #80

Open
jwmatthys opened this issue Oct 18, 2023 · 3 comments
Open

FluidSynth chugin not compiling #80

jwmatthys opened this issue Oct 18, 2023 · 3 comments

Comments

@jwmatthys
Copy link
Contributor

On latest commit [410741a] FluidSynth chugin fails as it searches for Chuck_Array8 and Chuck_Array4 from the include folder. Renaming these to Chuck_ArrayFloat and Chuck_ArrayInt fixed the compile errors.

Also received the error "struct Chuck_DL_Api::VMApi' has no member 'get_srate'. I am not sure about the new syntax for that.

@nshaheed
Copy link
Contributor

get_srate has been renamed to srate

@gewang
Copy link
Member

gewang commented Oct 19, 2023

and the argument has been changed to take VM instead of api and shred (this means srateI() can now be called during the chugin's query function if desired)

API->vm->srate(VM)

@terryzfeng
Copy link
Member

Just wanted to bump this, can this issue be closed?

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

4 participants