Solaar/lib
Ken Sanislo d632febf3f GraphicEQControl: tolerate a partial _value dict
_write and set_value both did a bare _value[int(item)] subscript while
the slider grid has validator.count entries. A persister value with
fewer keys than bands (stale data from an older EQ parser) raised
KeyError on render and on every slider drag for a missing band, so
slider changes never reached the persister.

Use .get() with a 0 dB fallback for unset bands, and guard against
_value not being a dict at all.
2026-05-15 01:07:17 -07:00
..
hid_parser
hidapi
keysyms
logitech_receiver Drop 0x0623 probe — feature is unmapped and not in G HUB 2026-05-15 01:00:42 -07:00
solaar GraphicEQControl: tolerate a partial _value dict 2026-05-15 01:07:17 -07:00