summaryrefslogtreecommitdiffstats
path: root/osc_ctrl.py
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-09-30 13:13:57 -0700
committeryum <yumfood@airmail.cc>2022-09-30 13:13:57 -0700
commit73bbba9de5210ae7f895ae82bd2524eb76e3a38c (patch)
tree79104c9fb250ef4645ad441326fb2593664b403c /osc_ctrl.py
parent0f2df6dc021fe0a7d6f5764473198558dafe7ad6 (diff)
begin unity-native port
Diffstat (limited to 'osc_ctrl.py')
-rw-r--r--osc_ctrl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/osc_ctrl.py b/osc_ctrl.py
index 918b636..21386c4 100644
--- a/osc_ctrl.py
+++ b/osc_ctrl.py
@@ -26,7 +26,7 @@ for row in range(0, 6):
addr="/avatar/parameters/TaSTT_Col"
client.send_message(addr, col)
- time.sleep(0.01)
+ time.sleep(.5)
addr="/avatar/parameters/TaSTT_Active"
client.send_message(addr, True)
@@ -35,7 +35,7 @@ for row in range(0, 6):
client.send_message(addr, (seed + row * 14 + col) % 65)
print("sent {} at {},{}".format((seed + row * 14 + col) % 65, row, col))
- time.sleep(0.01)
+ time.sleep(.5)
addr="/avatar/parameters/TaSTT_Active"
client.send_message(addr, False)