summaryrefslogtreecommitdiffstats
path: root/osc_ctrl.py
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-10-27 18:20:37 -0700
committeryum <yum.food.vr@gmail.com>2022-10-27 18:20:37 -0700
commit40d8fc288059e38a59c21ec2502eac059257b44e (patch)
tree890cf287f968c8acd1e7244d37d407755a927243 /osc_ctrl.py
parentfd7ea2f72a486888c30726a2482fcc1f7fce9378 (diff)
Add 'over' keyword
When the user says 'over', the board will stop displaying new transcriptions until the user says 'clear'. * Remove the control thread from transcribe.py
Diffstat (limited to 'osc_ctrl.py')
-rw-r--r--osc_ctrl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/osc_ctrl.py b/osc_ctrl.py
index 2fede06..259a8c2 100644
--- a/osc_ctrl.py
+++ b/osc_ctrl.py
@@ -331,6 +331,8 @@ def sendRawMessage(client, msg):
sendMessageCellDiscrete(client, cell_msg, cell)
def clear(client):
+ disable(client)
+
addr="/avatar/parameters/" + generate_utils.getClearBoardParam()
client.send_message(addr, True)