Greetings Jeremy,
I am not sure if I will be able to manage to build the ARM version of the (former) commercial plugins anytime soon, so in the meanwhile I open sourced the code, you can find the repositories here:
Loopus Modules | Sonus Dept. / loopusmodules · GitLab
Semiramis | Sonus Dept. / Semiramis · GitLab
Best regards,
Valerio
I tried to build loopusmodules but get a symbol not found in flat namespace '__ZN3stk8FileWvIn4tickEj'
I don’t know whether this will help, but __ZN3stk8FileWvIn4tickEj looks like the mangled name for the member function FileWvIn::tick(), which appears in src/stk/FileWvIn.cpp. Is it possible your build process is missing the nested directory stk?