rodentcat / RODENTMODULES

My modules for VCVRack.
10 stars 2 forks source link

Plugin manager #2

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi!

Today Andrew released v0.5.1 including the new plugin manager. There is a small issue with your modules.

copied from the log.txt: [warning] Could not get download URL for plugin RODENTMODULES

rodentcat commented 6 years ago

no download URL ? hmmm, maybe this could be fixed with making a Windows version, i'll get to that in a bit

ghost commented 6 years ago

in the plugin manager at vcvrack.com your modules dont have a (+Free) button as you still didnt privide a proper zip file and changes for the json file... if you need help with this i can offer you to help ;) a tip .. its needs linux binaries aswell ;)

rodentcat commented 6 years ago

oh ! yes, i could definitely use some help sorry for the late reply

ghost commented 6 years ago

ooppss... I didnt see your reply :)

first of all it would be best to split your release. Its better to have them splitted into Win, Mac, Linux zips instead of 1 zip file for every OS.

e.g. RODENTMODULES-0.5.0-osx.zip RODENTMODULES-0.5.0-lin.zip RODENTMODULES-0.5.0-win.zip

I also saw that your makefile doesnt include a VERSION=0.5.0 (module pack version number) which is needed to tell the plugin manager which version is the latest to download.. otherwise the red dot will appear. (if you dont know how take a look at the tutorial makefile)

can you get linux binaries aswell? if not i can provide it for you as long as it compiles properly.

when you have your latest release zips ready in this way upload them here on your release page like you did before... I can do the rest to fix your json file when this is done.