implements INSERT CHECKBOX events

This commit is contained in:
2023-08-22 20:41:44 +01:00
parent 6896358071
commit 9621232a17
2 changed files with 39 additions and 9 deletions

View File

@@ -24,3 +24,15 @@ def _make_cache(vm) -> dict:
**{f"BUTTON||strip {i} B2": vm.strip[i].B2 for i in range(vm.kind.num_strip)},
**{f"BUTTON||strip {i} B3": vm.strip[i].B3 for i in range(vm.kind.num_strip)},
}
_patch_insert_channels = (
"left",
"right",
"center",
"low frequency effect",
"surround left",
"surround right",
"back left",
"back right",
)