Giusy Digital
Giusy Digital
An example (if I intended it right): ```c++ auto operator(const APO_Band& a) -> int { if (freq < a.freq) { return -1 } if (freq > a.freq) { return 1;...
Okay, can you test it and make the pull request? Just be careful to place the sort after the empty check.
For compiling dependencies, take a look at the [PKGBUILD](https://github.com/wwmm/easyeffects/blob/master/PKGBUILD). `'meson' 'itstool' 'appstream-glib' 'git'`
That's the volume panel from Plasma, right? I suppose the issue comes from them and how they pick all the streams. Do you hear the same crackling also opening pavucontrol?
As a workaround, you could load that plugin in carla rack under jack-pw and use it through pipewire. Here is an [how-to](https://wiki.archlinux.org/title/PipeWire#LADSPA,_LV2_and_VST_plugins).
Which is your country and what locale is set on your system? EasyEffects widgets format follows the system locale, so maybe you have to write the numbers with comma as...
> France / French . or , makes no difference. How is set the locale on your system? Post the output of `locale`. In example, mine is ``` LANG=it_IT.UTF-8 LC_CTYPE="it_IT.UTF-8"...
It seems OK. Please post the debug log as reported [here](https://github.com/wwmm/easyeffects/wiki/Reporting-bugs). And the output of `locale -a`.
I think the format is not the French locale, even if you have set it in your system. Maybe you have the French locale set without having it generated. If...
Did you read my last post?