Autodafe-Drums
Autodafe-Drums copied to clipboard
Problems with plugin manager
Ciao Antonio,
your plugins still have problems with the new plugin manager in Rack 0.5.1. I had the same and had to fix the makefile and the way I zipped the modules.
Happy to help, if you run into problems.
Martin
oh yes, please, what do I need to edit?
The best thing is to have a look at the Tutorial section on the Rack github, and copy and modify his Makefile. This will automatically set the version (you need to keep the VERSION variable up-to-date and in sync with your plugin manifest). Also, I had problems with the Windows zip, but the new Makefile will take care of that.
https://github.com/VCVRack/Tutorial
The other thing is to keep the manifest up-to-date with the correct links and sha256 key. Instructions are here:
https://github.com/VCVRack/community
Hope that helps.
thanks a lot, I 'll have a look ASAP
@antoniograzioli are you looking at it? I can fix it if you like and then submit a pull request. Doesn't look like much work, just some deprecated functions and new ways to write things.