RustAudio / vst-rs

VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
MIT License
1.04k stars 91 forks source link

Is this mantained? #166

Closed Dimev closed 3 years ago

Dimev commented 3 years ago

Because the last commit was on march 17th, and there doesn't seem to be that much activity after that, both issues and prs

crsaracco commented 3 years ago

Not super-actively, dev interest waxes and wanes. The crate is relatively complete though, and doesn't really need constant changes for it to work in most DAWs.

Do you need one of the PRs to be in the main branch? I can take a look at it if so. Further PRs for an issue are also welcome if you're up for it.

Right now, there's a little bit more activity (albeit not too much more, people are busy with day jobs) on the following projects:

Neither I nor the authors will claim that these crates (incl. vst-rs) are "production ready" yet, but these other two might be of more interest if you're looking to contribute to a plugin crate.

Finally, I'll plug the RustAudio discord (especially the #vst2 channel) if you're looking to chat with some folks to gauge interest for a new feature/bugfix/other project/etc. or look for quicker turnaround for help.

Closing the issue since this isn't really actionable otherwise.

Dimev commented 3 years ago

Ah thanks!

I was wondering because some things changed from 0.2.1 compared to master, but I'm probably better off on the discord if I want to make a vst host