This is a version that is compiled every time we make a change that we ‘commit’ on what will be the next official release. For people to test. In this instance, I hope you can try it and confirm it has sorted your problems.
I’m working on a release for (hopefully) in the next weeks. My quality check is incredibly thorough, hence the sparse releases. I test every CCE on every OS.
actually it is the opposite - now the nightlies and the release are sync’d with the official SC release. so as 3.14 is not the SC release, flucoma is not working with it.
The only option to work with a dev branch of SC (who is the one doing the breaking change) is to compile flucoma for it.
Sorry, until there is a major change in the SC API we cannot go around this.
another option, if SC is supporting 2 official binaries, is to have 2 flucoma compiles… that would be a little messy on our side… we already have so many packages!
Maybe we can get [plugin API] Make plugin API extendable · Issue #5347 · supercollider/supercollider · GitHub into 3.14 - this would break every extension out there, so I am somehow hesitant about it, but it would be great to get rid of this problem once and for all. (or we could support a new and a legacy API, but I heard that people with knowledge about its implementation are not too fond of such an idea).
this is why I didn’t insist on it. I know it will be quite a mega challenge.
yes, and compiles against the exact same version of boost (which again is not in the API). The (difficult and brittle) solution proposed by @weefuzzy is going to be a big issue for SC code, while making it future-proof… but I cannot implement it so for now we do work-arounds and we hoped that compiling against sc’s official release was a good-citizenship-approach…
It’s correct that it will break plugin compatibility, but it is an established process. Every now and then we may update the plugin API and the plugins need to be recompiled. That’s what we have the API version for.
As it was pointed out, the problem with FluCoMa and the current plugin API is that the incompatibility is not due to different version of the API, but due to a necessary workaround around the API limitation and linking to boost directly.