summaryrefslogtreecommitdiffstats
path: root/osc_ctrl.py
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-11-06 21:22:54 -0800
committeryum <yum.food.vr@gmail.com>2022-11-06 21:22:54 -0800
commit629c0f611de1622131bb0fa364c170219f6252ed (patch)
tree605ef13186df9a21d9e6fc48ef02a2a391317c0e /osc_ctrl.py
parentfe7e51db4c341f9510351e9b3942430f6d44edf2 (diff)
Update README
Diffstat (limited to 'osc_ctrl.py')
-rw-r--r--osc_ctrl.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/osc_ctrl.py b/osc_ctrl.py
index bb6dd87..5ab65de 100644
--- a/osc_ctrl.py
+++ b/osc_ctrl.py
@@ -77,9 +77,6 @@ def disable(client):
# `which_cell` is an integer in the range [0,2**INDEX_BITS).
def sendMessageCellDiscrete(client, msg_cell, which_cell):
empty_cell = [state.encoding[' ']] * NUM_LAYERS
- if msg_cell != state.encoding[' '] * BOARD_COLS:
- addr="/avatar/parameters/" + generate_utils.getSpeechNoiseToggleParam()
- client.send_message(addr, False)
if msg_cell != empty_cell:
addr="/avatar/parameters/" + generate_utils.getSpeechNoiseToggleParam()