GateSlider added to compound

Advanced Gate slider layout and events defined
needs more testing.
This commit is contained in:
2023-09-26 15:53:43 +01:00
parent 01e80dc4f6
commit af602e087d
4 changed files with 290 additions and 65 deletions

View File

@@ -458,6 +458,8 @@ class NVDAVMWindow(psg.Window):
_, index = identifier.split()
if "SLIDER COMP" in partial:
self.popup.compressor(int(index), title="Advanced Compressor")
elif "SLIDER GATE" in partial:
self.popup.gate(int(index), title="Advanced Gate")
# Menus
case [["Restart", "Audio", "Engine"], ["MENU"]]: