jatinchowdhury18
jatinchowdhury18
> Interesting point, are they packetized in debian? If so I can install the package and then run some built-in tests? I was more thinking you could try to compile...
Awesome! It does make sense that using 8-byte alignment will be slower than 16-byte alignment if Eigen is trying to use certain SIMD intrinsics, since they'll probably end up needing...
https://github.com/user-attachments/assets/835b36b6-ab4e-47ff-a2c6-3c2e084edc71 Hmm, the MIDI modulator seems to be working for me in Bitwig Studio. One thing to note is that the output of the module needs to be connected to...
Thanks for the bug report! If you're able to provide a bit more information that would be very helpful for tracking down the root cause: 1. Diagnostic Info: this can...
Okay great, thanks for the extra info! I have a good idea of how to reproduce the issue, so I'll give it a try later today. Out of curiosity, are...
Hmm, so the only change between 1.1.0 and 1.1.3 that I could imagine would have caused this issue is that I changed the GitHub Actions runner that's used for building...
Thanks for the well-documented bug report! Just to confirm: this bug only happens in Bitwig (i.e. not in Reaper), and only with the CLAP build (i.e. not with the VST3...
Essentially the way partitioning works is that you split up the IR into a bunch of "segments" (uniform just means all the segments are the same size). Then as you...
Thanks for the report! Do you have any more information about the root cause of the seg fault? My guess is that it's just a stack overflow, since the model...
It would be possible to store the layer weights on the heap, but I'd rather not do that in the "compile-time" implementations of the layers, for performance reasons. I would...