Hermann
Hermann
Yes please, if you could send me a copy of the file I would check what goes wrong.
Thanks, that helps. This shows several bugs in Fluida which I hopefully solved now. At first, the MIDI CC/PC handling for bank/program change messages was buggy, then the general setup...
Hi Very nice. If you like I'll add a section on the project page here to point interested users to your project.
Hi @fjammes Very nice. Yes please, I would love to get a pull request for the project page.
You could avoid the automated optimisation for the host CPU by using the SSE_CFLAGS macro `make SSE_CFLAGS=""` you could insert your own optimisation flags there as well.
Cross compilation is now fully supported. There is now a arm64 build available from the latest release: https://github.com/brummer10/Ratatouille.lv2/releases/tag/v0.9.1
Could you post the INFO lines from the build, I need to know which C++ version is in use, in special if it is C++17 or C++20
According to the specs, c++20 is supported since clang++13, so I wonder why you get no member named 'notify_one' or 'wait' in 'std::atomic', as it is standart c++20 and works...
What is about the provided binary, didn't it work for you?
Did you gain any performance from that? I've tried that options as well, but ditched them because I didn't notice any performance gain. You could edit the makefile to make...