pulseaudio-equalizer-ladspa / equalizer

Pulseaudio LADSPA Equalizer
GNU General Public License v3.0
135 stars 15 forks source link

Bad UX #48

Open marcinn opened 4 years ago

marcinn commented 4 years ago

Hi.

I'm enabling equalizer, setting up knobs, saving as new preset. Then I'm trying to tune up settings. As a result the preset name is clearing out and I cannot save the preset.

When I want to type a name of the preset (to save using same name), the application loads previously saved state during typing and destroys my last tunings.

So I cannot modify my preset.

travnick commented 1 year ago

True. I found it very annoying. Workaround is to name it with my_preset_1, my_preset_2, so it does not override my new settings while typing the new name.

ghost commented 1 year ago

That happens because the name field is automatically acting as a search field. I'm not sure if that is something that can be disabled through some flags or a different logic has to be implemented in the code. Stumbled into this issue myself but didn't dig deep enough to find a possible fix. Maybe at some point...