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
LV2 code generated from this faust plugin is very crashy on Windows (and sometimes on GNU/Linux too). Will try to get a backtrace in the future and post it here.
Still crashes with Faust 2.70.3 on Windows (binary built with MSYS2 UCRT64 compiler/libs). Not easy to get a backtrace with my current build setup but will post a backtrace when I can
EDIT: I see there are new releases. Will try with latest release again.
LV2 code generated from this faust plugin is very crashy on Windows (and sometimes on GNU/Linux too). Will try to get a backtrace in the future and post it here.
I haven't tried other plugin formats yet.
The plugin is built with these build options:
compile args:
[ '-std=c++11', '-O3', ]
link args:
[ '-static-libgcc', '-static-libstdc++' ]
On Windows, I use the MSYS2/MINGW build system to compile so I'm using their gcc.
The text was updated successfully, but these errors were encountered: