pulseaudio-equalizer-ladspa / equalizer

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

State of the UI part of the preamp scale #8

Closed rautesamtr closed 5 years ago

rautesamtr commented 5 years ago

Currently the preamp value is read from settings or preset and saved to the settings or preset. A corresponding Gtk.Scale object is created and added to the UI but it is never shown so any UI related code regarding the preamp is basically dead code.

So my question here is if we should add the preamp scale back as visible widget or not. If not it is probably a good idea to remove any remaining UI code.