Aske Simon Christensen
Aske Simon Christensen
In https://github.com/askeksa/rust-vst/commits/thread_safe_plugin I have made a proposal for making the rust-vst crate safe. It could be very interesting to see how this crate could be ported to the new API,...
The commit https://github.com/WebAssembly/binaryen/commit/7df30640820c9b4acfc69ffc7616809a727d1241 introduced a severe size regression for [fs.wasm.gz](https://github.com/WebAssembly/binaryen/files/12584483/fs.wasm.gz) when optimized with ``` wasm-opt -all --closed-world -tnh -O3 --type-ssa --gufa -O3 --type-merging -O1 ``` Before the change, it optimized...
Return success from plugin string queries. Otherwise some hosts (e.g. Renoise) may ignore the returned string.
First, correct me if I'm wrong: as I understand it, `@L` is supposed to match the *end* of its whitespace, and `@R` is supposed to match the *beginning* of its...
In a [recent announcement](https://www.steinberg.net/press/2025/vst-3-8/), Steinberg have changed the license for VST 3 to MIT, starting with VST 3.8. 🎉 This should mean that, provided the bindings are updated to ones...