Aske Simon Christensen

Results 11 comments of Aske Simon Christensen

Thank you for the bug report. As I explained in a separate email, the limiting factor here is not burden as such, rather it is the total memory needed for...

Great catch, and thanks for the analysis! Indeed a C API with "two arrays that might be aliased" doesn't go well with Rust's way of doing things. Here's my take...

I would be interested in such a feature, in theory. I wanted to have that (number of inputs depending on configuration of the individual VST instance) in my MetaSynth: https://github.com/askeksa/MetaSynth...

[Another failure](https://dart-ci.appspot.com/log/vm-kernel-linux-release-x64/dartk-linux-release-x64/23084/service_2/break_on_default_constructor_test/dds)

Thanks for the optimization tip. The first one is definitely an improvement. I experimented with a few different variations of eliminating the redundant moves, and what seems to work best...

With recent changes, the regression seems to have disappeared.

On closer look, it wasn't fixed, actually. If I add `--type-finalizing` at the end, the size is good again, but without it, it's still bad. The main difference between the...

Well, that's exactly it. Apparently, before https://github.com/WebAssembly/binaryen/commit/7df30640820c9b4acfc69ffc7616809a727d1241, `--type-merging` was removing the unused types by itself, whereas now it's not. They are removed by `--type-finalizing`, so that's how it works out...

A big +1 for adding a deprecation notice to the README and directing readers to [nih-plug](https://github.com/robbert-vdh/nih-plug). I just took a fresh look, and from what I could see, it's even...

> `vst2-sys` is only an alternative in the case where VST2 compatibility is a _requirement_. Otherwise, `nih-plug` is far an away the best option. I do agree. What I mean...