|
7 years ago | |
---|---|---|
manifests | 7 years ago | |
repos | 7 years ago | |
scripts | 7 years ago | |
.gitignore | 7 years ago | |
.gitmodules | 7 years ago | |
Makefile | 7 years ago | |
README.md | 7 years ago |
The VCV community members are responsible for curating Rack plugins into a centralized database. Anyone is welcome to join.
All Rack plugins are welcome assuming they
To add your plugin(s) to the Plugin Manager, update its information, or inform us of new builds, please create an issue with the title equal to your plugin slug (or slugs, comma-separated). Give us each plugin name, your desired author name, license information, relevant URLs, and anything else under the Manifest section below. A Library Team member will handle your request.
The filename of each manifest should be YourSlug.json
.
See Fundamental.json for an example.
All properties are optional. URLs should not be redundant across different keys, meaning you must choose the most relevant key for a particular URL.
Clone all repos with git submodule update --init --recursive
Then build all repos with RACK_DIR=<path to Rack directory> make dist_all
The folder name should match the slug, even if it is not the repository name. Be sure to check out the correct branch.
cd repos
git submodule add -b master https://github.com/VCVRack/Fundamental.git Fundamental