Open crshrprt opened 9 months ago
Hi,
Thank you so much for pointing out this issue! This is a fairly surprising issue to me, because my source code compiles on both MacOS and Windows. I checked c++ reference and std::log10f is a part of their library. I will try to see if there is a library that I am missing and reach back to you!
Sincerely, Alex
Is there any chance that you could try including cmath in pluginProcessor.h and see if it compiles? Thanks in advance!
I tried to add #include <cmath>
in all the files but I get the same errors.
I was able to compile it using gcc/g++ 14 but when I open the plugin's GUI it crashes the DAW.
I tested it in Ardour 8.2, BespokeSynth nightly build and Carla 2.5.8.
Hi, thank you very much for confirming that it builds using GCC/G++! One issue that persists now is that the GUI crashes when it analyzes audio channels, and I think that it works fine with MIDI ones. Is there any chance that you could test it with MIDI data?
So sorry for all the bugs in my code, and thank you very much for pointing out the issues in the plugin!
It crashes also when the plugin is loaded on a MIDI track.
Thank you for this interesting plugin.
When trying to build the plugin on Linux, Debian Sid, I got some errors: