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.
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.