S. Christian Collins

Results 40 comments of S. Christian Collins
trafficstars

I believe this is because BASSMIDI was updated to have reverb and chorus levels closer to the Roland Sound Canvas and Yamaha XG devices. It would be nice if OmniMIDI...

I am also just now trying to do this as I noticed aliasing noise on some lower-bitrate samples. I'll let you know if I have any luck compiling this plugin,...

Okay, so I'm totally lost trying to compile, so I will also say: it would be nice to be able to choose sample interpolation method. The default interpolation method (4th...

Thank you, I'll give that a try! I was trying to build in Visual Studio and was getting "No global header file was included" error messages in reference to Juce....

I can't even get that far. How am I supposed to run the `DOCKER_BUILDKIT=0 docker build . -f win32.Dockerfile --tag=llvm-mingw` command? It's clearly BASH, but if I run it in...

I finally got the command to run in WSL--I had to install Ubuntu and enable integration with it in Docker Desktop--but alas, it throws the same errors as when I...

Okay, after fixing the line endings of the git clone, I have made it much further. Changing "pcre-" to "pcre2" allowed me to get past the Cmake error reported by...

I'll give it a try. How important is the "DOCKER_BUILDKIT=0" environment variable before that? Also, did you mean to close the ticket?

What about commenting out the following lines in the win32.Dockerfile?: ``` FROM juicysfplugin_common AS juicysfplugin_x86 RUN /juicysfplugin/configure_juicysfplugin.sh x86 COPY win32_cross_compile/make_juicysfplugin.sh make_juicysfplugin.sh RUN /juicysfplugin/make_juicysfplugin.sh x86 ``` Would that simplify things regarding...

I'm currently building with the aforementioned Dockerfile lines commented out. Now I get much further, but again run into an error: ``` 272.1 [ 62%] Linking CXX executable JuicySFPlugin_artefacts/Release/Standalone/juicysfplugin.exe 272.1...