-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux - Errors when building #1
Comments
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, |
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 |
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:
The text was updated successfully, but these errors were encountered: