RustAudio / vst-rs

VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

description() deprecated

tehe opened this issue · comments

.unwrap_or_else(|e| panic!("Failed to load plugin: {}", e.description()));

Just a small nit - the description() method has been deprecated for some time.

This will be fixed (along with other issues) by #127.