Open Boscop opened 6 years ago
Not a real problem (unless the same plugin dll is loaded into different hosts at the same time) but if you have an idea how to do it better, we should improve this: https://github.com/rust-dsp/rust-vst/blob/04258d15fa49e0aec5d38bcbe1839a635aeed7f4/src/host.rs#L710-L755
Maybe consider using the Closure unpacking technique to pass the host pointer. 🎉
Not a real problem (unless the same plugin dll is loaded into different hosts at the same time) but if you have an idea how to do it better, we should improve this: https://github.com/rust-dsp/rust-vst/blob/04258d15fa49e0aec5d38bcbe1839a635aeed7f4/src/host.rs#L710-L755