antoniograzioli / Autodafe-Drums

Autodafe Drums Modules for VCV Rack
http://www.autodafe.net/virtual-instruments/vcv-rack-modules/autodafe-module-pack-for-vcv-rack.html
Other
18 stars 7 forks source link

Problems with plugin manager #5

Open martin-lueders opened 6 years ago

martin-lueders commented 6 years ago

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

antoniograzioli commented 6 years ago

oh yes, please, what do I need to edit?

martin-lueders commented 6 years ago

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.

antoniograzioli commented 6 years ago

thanks a lot, I 'll have a look ASAP

FrankBuss commented 6 years ago

@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.