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
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)
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
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.The text was updated successfully, but these errors were encountered: