Autodafe-Drums icon indicating copy to clipboard operation
Autodafe-Drums copied to clipboard

Problems with plugin manager

Open martin-lueders opened this issue 7 years ago • 4 comments

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

martin-lueders avatar Dec 20 '17 22:12 martin-lueders

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

antoniograzioli avatar Dec 20 '17 22:12 antoniograzioli

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.

martin-lueders avatar Dec 20 '17 22:12 martin-lueders

thanks a lot, I 'll have a look ASAP

antoniograzioli avatar Dec 20 '17 22:12 antoniograzioli

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

FrankBuss avatar Jul 11 '18 02:07 FrankBuss