You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: