Re: [Linuxsampler-devel] linuxsampler 4010 build failed on loongarch64

2021-12-28 Thread Quick Kormos
--- a/src/common/RTMath.cpp 2021-12-25 18:37:48.733719298 +0800 +++ b/src/common/RTMath.cpp 2021-12-25 21:54:21.914927577 +0800 @@ -73,6 +73,10 @@ return t; #elif defined(__APPLE__) return (time_stamp_t) mach_absolute_time(); +#elif defined(__loongarch64) +uint64_t t,

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-28 Thread Andrew C
Hi Christian, Thanks a bunch for setting me on the right track with this. I can now see that the engine is indeed successfully loading the instrument plugin, both at startup and when an instrument editor is requested: // load the DLL (the plugins should register themselfes automatically)