adbrant / ArableInstruments

BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link

Fix versioning to be accepted into the Rack community repository #10

Closed AndrewBelt closed 5 years ago

AndrewBelt commented 6 years ago

Rack v0.5.1 will include a plugin manager, and plugins need to follow the versioning guidelines in order to be accepted. You can use this example plugin Makefile and Tutorial.cpp file as a reference for making sure the version is the same in the C++, Makefile, and JSON manifest.

Once you've fixed this, send a PR to the Rack community repository and remove the "disabled" property in the JSON manifest file if present.

cschol commented 5 years ago

This is not an issue anymore.