juandagilc / Audio-Effects

Collection of audio effects plugins implemented from the explanations in the book "Audio Effects: Theory, Implementation and Application" by Joshua D. Reiss and Andrew P. McPherson.
713 stars 129 forks source link

[Feature request] StudioRack integration #2

Closed kmturley closed 4 months ago

kmturley commented 3 years ago

I'm the lead developer of an open-source VST plugin manager called StudioRack: https://github.com/studiorack

The aim of my project is to provide a free open-source way to manage VST plugin dependencies and their versions. I would love to add Audio-Effects to the StudioRack Registry, which would involve the following steps:

  1. Publish a Github release containing the plugin source along with metadata plugins.json
  2. Tag your Github repository with studiorack-plugin so it can be discovered
  3. Wait for the studiorack-registry to index your plugin (every 24 hours)
  4. Check the registry feed for your plugin to appear https://studiorack.github.io/studiorack-registry/

Wondering if you would be interested in collaborating to make this work? It would then allow users to install Audio-Effects using the StudioRack website, command-line tool or app?

Thanks!

juandagilc commented 4 months ago

I am not interested in doing that.

kmturley commented 4 months ago

No problem. Could you add a LICENSE file for the code?

juandagilc commented 4 months ago

https://github.com/juandagilc/Audio-Effects/issues/1#issuecomment-619484043

kmturley commented 4 months ago

I know that you have it in the README. README is not easily machine-parseable and does not appear in GitHub searches.

Adding a LICENSE file is the industry standard, only takes a minute using one of the premade templates: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository