Results 80 comments of edwloef

Hmm, I don't think I have any custom theming set up for QT. Are there any QT/QML caches I can clear to see whether those might be busted?

This is the entire log output when I run easyeffects in a terminal: ``` easyeffects: lv2_wrapper.cpp:443 http://lsp-plug.in/plugins/lv2/sc_gate_stereo port symbol not found: in2lk easyeffects: lv2_wrapper.cpp:443 http://lsp-plug.in/plugins/lv2/sc_gate_stereo port symbol not found: in2sc...

Hmm so it seems specifically the "Bars" mode is broken, every other mode works.

Yup, also doesn't work in the AUR package.

Oh that's a good call, if I have under about 350 spectrum points set, the bars become visible. That limit seems to vary with the size of EasyEffects' window.

Minimized: ```ts type Container = { class: Recursive; }; type Recursive = Recursive[]; const _ = {} as Container as $state.Snapshot; ``` The concrete type of `Recursive` in the original...

I wonder whether the default buffer size could be put in `Device::default_{input, output}_config`, like the device's preferred sample rate already is? Currently it returns a (fairly useless, on `pipewire-alsa` at...

https://github.com/jaakkopasanen/AutoEq/issues/677#issuecomment-1670776591 See here why this is the case. AutoEQ tries to minimize the average error between 100hz and 10khz, so it seems off-center in your example.

The syntect warning (yaml-rust) seems to already be resolved and is planned for their next major release: https://github.com/trishume/syntect/pull/600

I'd love to see this happen as well