ardura / Actuate

Synthesizer, Sampler, Granulizer written in Rust with Nih-Plug and egui
GNU General Public License v3.0
89 stars 2 forks source link

StudioRack integration #39

Closed RustoMCSpit closed 3 months ago

RustoMCSpit commented 5 months ago

It's an open-source plugin manager called StudioRack: https://github.com/studiorack

The aim of the project is to provide a free open-source way to manage plugin dependencies and their versions. It would involve the following steps:

Publish a Github release containing the plugin source along with metadata plugins.json
Tag your Github repository with studiorack-plugin so it can be discovered
Wait for the studiorack-registry to index your plugin (every 24 hours)
Check the registry feed for your plugin to appear
ardura commented 5 months ago

Wow that seems really cool! I'll see if I can add that in the upcoming release I'm working on

RustoMCSpit commented 5 months ago

Wow that seems really cool! I'll see if I can add that in the upcoming release I'm working on

any issues you have please contact dev on discord or make issue requests in the github repo

ardura commented 3 months ago

Studio rack integrated successfully

RustoMCSpit commented 3 months ago

Studio rack integrated successfully

do you only plan to do this for this plugin or will you do it for all of them?