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

faust plugin shouldn't download faust libraries #1732

Open
yurivict opened this issue Feb 21, 2025 · 3 comments
Open

faust plugin shouldn't download faust libraries #1732

yurivict opened this issue Feb 21, 2025 · 3 comments

Comments

@yurivict
Copy link

here

Faust libraries are installed by the Faust package and find_package(Faust) ensures that they are already installed as part of the faust package.

@yurivict yurivict changed the title faust plugin shouldn't downlad faust libraries faust plugin shouldn't download faust libraries Feb 21, 2025
@jcelerier
Copy link
Member

hmm, the problem with that is that the faust examples have had some compatibility issues across version. So for instance if you save your file made with a faust .dsp file, update faust and the libraries get updated, now your sound has changed next time you reload the file (or worse, a few times I've seen breakage where the new faust .lib wasn't compatible with previous code and just broke the effect's compilation)

@yurivict
Copy link
Author

Faust is compatible with libraries that it is released with. Other library versions might not be compatible.

@jcelerier
Copy link
Member

okay, I guess people will have to live with breakage in their save files then.. I'll disable the libraries when the option to use host libraries is set

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

2 participants