jatinchowdhury18
jatinchowdhury18
I'm not sure I understand why the unit tests are failing for `xsimd::pow(real_batch, complex_batch)`, since the method is just forwarding the arguments to `xsimd::pow(complex_batch, complex_batch)`, which is passing the unit...
Hi @wermos! I was also unable to track down the logs from the Azure Pipelines builds, however the Appveyor logs are still available, so here are the logs for the...
Thanks for the request. To compile for LV2, I'm using the Distrho fork of JUCE with some custom changes (for more information see [here](https://github.com/DISTRHO/JUCE/pull/13)). I'm not 100% sure how to...
Sorry I've been quiet on this one. There's currently a discussion on [this pull request](https://github.com/DISTRHO/JUCE/pull/13) for enabling LV2 builds for win/mac via the JUCE CMake interface. Hopefully we'll have more...
Thanks for reporting this issue! I have a decent guess that the issue has to do with the UI re-painting. I had a similar issue on Linux with the Insanity...
Okay, this is awesome data, thanks for sharing! I definitely know where to look now for improving this. A tiny bit more information that will help: could you share your...
So I had a chance to look at the pan modulation code this evening and noticed a bunch of "mistakes" that I made when programming it originally, including: - accessing...
Good to see that there is some improvement! I spent some more time this evening trying to re-create the spikes like you noticed and performance profile to see where the...
Since the change mentioned above does show improvement, and because it's just better code, I'm going to go ahead and merge it (#99). I'll keep this issue open to keep...
Thanks for reporting this! I've tried re-creating this in Ableton on my machine, but haven't been able to yet. A few useful things that would be helpful to know: -...