Results 31 comments of Steve Russell

Surely these need to be added to DeuxEtageres as well?

This is my local build which includes both eggix's fixes from https://github.com/gbrandt1/southpole-vcvrack/pull/42, https://github.com/gbrandt1/southpole-vcvrack/pull/43, https://github.com/gbrandt1/southpole-vcvrack/pull/44 and netboy3's cleanup from https://github.com/gbrandt1/southpole-vcvrack/pull/46 as well as my own additions from https://github.com/gbrandt1/southpole-vcvrack/pull/47. Windows only -...

Follow the instructions here: https://vcvrack.com/manual/Building#Building-Rack-plugins

You can also remove ``-Idep/include`` from https://github.com/RCameron93/FehlerFabrik/blob/9b5897828dc1b757f42cb707b5979488acb67401/Makefile#L5

Yes. If SC can be fixed on Windows, it might be a good enough candidate for the v2 library.

I do not as I'm not working on it. It currently can be built for Mac/Linux with all engines and for Windows without SC.

You'd want to clone from this branch https://github.com/VCVRack/VCV-Prototype/tree/v2-tmp then include PR additions such as https://github.com/VCVRack/VCV-Prototype/pull/73/commits/73052e16a1cc948f876ccef94b72c892f4e24fa9

Would be fixed by PR https://github.com/codeplea/tinyexpr/pull/88

GDB log (Windows) ``` Thread 33 received signal SIGFPE, Arithmetic exception. [Switching to Thread 21184.0x2c54] 0x00007ffb4bef8113 in tides::Generator::ProcessAudioRate (this=this@entry=0x6f597e0, in=0x6f598a4 '\004' , "\017", out=0x6f597f2, out@entry=0x6f597e0, size=15, size@entry=16) at eurorack/tides/generator.cc:414 414...

Are you sure about using suppressions? I'm compiling this using GCC with MinGW not MSVC. Using the instruction from https://cycfi.github.io/elements/elements/skia_2024/setup.html#_install_cmake_3 although selecting gtk3 fails on Windows as it's for Linux....