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

Add the deprecated attribute to the Plugin trait #195

Closed robbert-vdh closed 1 year ago

robbert-vdh commented 1 year ago

So you can't miss it. The disable_deprecation_warning feature can be used to disable the warning if the user has a really good reason to still use the vst crate, but it's intentionally undocumented.

This would be part of the 0.4.0 update (I saw nothing had actually been tagged yet).