arteme / pod-ui

A modern GTK+ UI for controlling Line6 POD family of devices via MIDI. Supported devices: POD 1.0, POD 2.0, POD Pro, PocketPOD, PODxt, PODxt Pro, PODxt Live, Bass PODxt, Bass PODxt Pro, Bass PODxt Live
https://arteme.github.io/pod-ui/
GNU General Public License v3.0
31 stars 2 forks source link

Greyed out values #45

Open MidnightRetro opened 1 year ago

MidnightRetro commented 1 year ago

Values remain greyed out even when effect is toggled on (Please see attached video) https://imgur.com/a/CMbr7YL

arteme commented 1 year ago

Toggling the "Gate" checkbox only affects the controls, not the values. As you can see, the whole "Noise Gate" frame, the labels and the controls become disabled / greyed out. The values do not change color.

It would probably be nice to give the values a bit of contrast too when the slider control is not disabled, but currently it's a shortcoming of the GTK theme used.

MidnightRetro commented 1 year ago

Yes, that's exactly what I meant. The labels (name of each control) toggles between grey (off) and black (on). The values on the other hand remain grey regardless of their on/state. It would be nice to have them match the behavior of the labels.