check vban direction

check that index is numeric

remove button as possible key.
not defined in RT packets anyway

patch bump
This commit is contained in:
2023-08-10 21:24:59 +01:00
parent f9bcbfa74a
commit 79260a0e47
4 changed files with 13 additions and 4 deletions

View File

@@ -94,6 +94,7 @@ def main():
{
"strip-2": {"A1": True, "B1": True, "gain": -6.0},
"bus-2": {"mute": True, "eq": {"on": True}},
"vban-in-0": {"on": True},
}
)
@@ -355,6 +356,7 @@ vban.apply(
"strip-0": {"A1": True, "B1": True, "gain": -6.0},
"bus-1": {"mute": True, "mode": "composite"},
"bus-2": {"eq": {"on": True}},
"vban-in-0": {"on": True},
}
)
```