define focus out for bass,mid,treble

This commit is contained in:
onyx-and-iris 2023-09-17 12:09:38 +01:00
parent d958167ded
commit 6c54d28210

View File

@ -728,7 +728,10 @@ class NVDAVMWindow(psg.Window):
self.nvda.speak(f"{label} {param} slider {val}") self.nvda.speak(f"{label} {param} slider {val}")
case [ case [
["STRIP", index], ["STRIP", index],
["SLIDER", "GAIN" | "COMP" | "GATE" | "DENOISER" | "AUDIBILITY" | "LIMIT"], [
"SLIDER",
"GAIN" | "COMP" | "GATE" | "DENOISER" | "AUDIBILITY" | "LIMIT" | "BASS" | "MID" | "TREBLE",
],
["FOCUS", "OUT"], ["FOCUS", "OUT"],
]: ]:
self.vm.event.pdirty = True self.vm.event.pdirty = True