Paul Ferrand

Results 125 comments of Paul Ferrand

I could help integrating yes. As I told unfa on a chat, a longer effort that could be "interesting" through would be to refactor, somehow, the file reading part of...

Hi! Actually due to needing to support BSD-compatible static builds, we ended up making libsndfile optional. In the process we actually built a set of wrappers around other file reading...

I don't think it'd contaminate the upstream project because we wouldn't distribute JUCE linked binaries, and the functionality would be opt-in anyway. The main downside might be that it complicates...

I never tested on iOS but sfizz runs on Android (and there's really no reason iOS would be an enormous problem given that we have a large platform coverage).

This is unexpected. Can you share the files?

Hello, @jpcima did the pd port and I honestly have never used Pd so I'm a bit at loss about what's needed to answer your request. Is it solely to...

Hi, I've changed the manifest on develop, seems better now but my lv2lint version on Ubuntu acts a bit weird. I'll try on some other computer, if you have time...

Thanks! Honestly this part of the code is not tested as well as it should, and I had in mind to improve it so such test cases will come in...

Nice one! With the runtime dispatch I think we can target interesting optimization like this. Do you want that I benchmark it on Intel/AMD? I was thinking on working on...

btw the `meanSquared` SIMD helper is also a dot product.