When trying to run Cabbage, I always get the following warnings:
WARNING: could not open library ‘/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib’ (-1)
WARNING: could not open library ‘/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfluidOpcodes.dylib’ (-1)
WARNING: could not open library ‘/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib’ (-1)
WARNING: could not open library ‘/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib’ (-1)
And currently I need to use the fluid opcodes for a project. I have uninstalled Cabbage, built Csound using home brew and reinstalled Cabbage without installing Csound without it, and I can see that the libraries are installed on my machine (macos 10.14.6) - how can I get Cabbage to open these libraries, or at least the fluidOpcodes library? Thanks!