summaryrefslogtreecommitdiffstats
path: root/osc_ctrl.py
diff options
context:
space:
mode:
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 1085302..aa93dfb 100644
--- a/osc_ctrl.py
+++ b/osc_ctrl.py
@@ -101,6 +101,8 @@ def sendMessageCellDiscrete(client, msg_cell, which_cell):
addr="/avatar/parameters/" + getSelectParam()
client.send_message(addr, which_cell)
+ enable(client)
+
if msg_cell != empty_cell:
addr="/avatar/parameters/" + generate_utils.getSpeechNoiseToggleParam()
client.send_message(addr, False)