Rcomian/STS

Hello, how can I compilr this modules in MSYS2 MinGW 64-bit?

There are instructions on how to build plugins here

Yes. And just for info, all plugins are built with msys2 64 in windows.

Thar doesn’t work. I tried this: make dep and I go this message:

Makefile:15: …/…/plugin.mk: No such file or directory make: *** No rule to make target ‘…/…/plugin.mk’. Stop.

And I tried this: make RACK_DIR=/home/Berndi/Rack-SDK

And I got this message:

parse error: Invalid numeric literal at line 3, column 8 parse error: Invalid numeric literal at line 3, column 8 /home/Berndi/Rack-SDK/plugin.mk:9: *** SLUG could not be found in manifest. Stop.

The second works with other modules but not with STS

@martin.ketter Hi, just dropped a dist in my Google drive for your convenience: https://drive.google.com/drive/folders/18U_W2jAxbV9TbZH2Xtv9st1jIuPzk-Am?usp=sharing Beware that the plugin.json living in the repo has an unresolved conflict in it, related to the version field. I also had to comment out pointer references to modelDrumMap in sts.cpp/sts.hpp, being that module not existing or simply not committed yet.