From 3059967c75a41ed79b40ed3f84adbb874b0c3a33 Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 15 Oct 2022 16:48:52 -0700 Subject: Fix animations: renamed prefab from CustomSTT to TaSTT Also: * Check in toggle on/off animations * Add toggle parameter * libunity bug: getUniqueId() was calling allocateId() incorrectly * Remove osc_ctrl `client` global * Fix transcribe.py text encoding --- generate_utils.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'generate_utils.py') diff --git a/generate_utils.py b/generate_utils.py index 68301fa..87e8e4f 100644 --- a/generate_utils.py +++ b/generate_utils.py @@ -42,6 +42,9 @@ def getHipToggleParam(): def getHandToggleParam(): return "TaSTT_Hand_Toggle" +def getToggleParam(): + return "TaSTT_Toggle" + # Each layer controls a group of cells. There's only one letter per layer, thus # this is also the name of the parameter which sets the letter for a layer. def getLayerParam(which_layer): -- cgit v1.2.3