ccrma / chugins

Repository for ChuGins
MIT License
114 stars 47 forks source link

FluidSynth chugin not compiling #80

Open jwmatthys opened 11 months ago

jwmatthys commented 11 months ago

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 commented 11 months ago

get_srate has been renamed to srate

gewang commented 11 months ago

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 commented 5 months ago

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