mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2026-04-18 13:33:31 +00:00
set mute_group True in example
This commit is contained in:
@@ -22,7 +22,7 @@ class Observer:
|
|||||||
print("Settings strip 02 color")
|
print("Settings strip 02 color")
|
||||||
self._mixer.strip[1].config.color = 8
|
self._mixer.strip[1].config.color = 8
|
||||||
case "LIVE":
|
case "LIVE":
|
||||||
self._mixer.config.mute_group[0].on = False
|
self._mixer.config.mute_group[0].on = True
|
||||||
print(f"Mute Group 1 is {self._mixer.config.mute_group[0].on}")
|
print(f"Mute Group 1 is {self._mixer.config.mute_group[0].on}")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user