vst-rs icon indicating copy to clipboard operation
vst-rs copied to clipboard

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

Results 33 vst-rs issues
Sort by recently updated
recently updated
newest added

This is caused by a bug in the `copy_string` function that can cause a missing nul terminator: https://github.com/RustAudio/vst-rs/blob/ab74a5682df4fc08e1f78a28fac12aad1ff5fe0b/src/interfaces.rs#L76 It should be `max - 1`, otherwise the nul terminator set by...

It is my opinion that this project is EOL and should be deprecated and archived. My reasoning is the following: 1. VST2 as a format has been EOL for years....

important

Hi! This caused me a fair amount of pain as I tried to work through a fun tutorial using this library. Hopefully this small change helps out. If the script...