mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2025-04-03 20:33:52 +01:00
set mute_group True in example
This commit is contained in:
parent
95260e8e5e
commit
eacf1d1c61
@ -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}")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user