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

Host begin end edit #151

Closed WeirdConstructor closed 3 years ago

WeirdConstructor commented 3 years ago

@wrl told me, that plugin Hosts are expecting BeginEdit and EndEdit if a user touches a parameter knob. Here is a patch to add and document convenience functions for this.