summaryrefslogtreecommitdiffstats
path: root/Scripts/transcribe.py
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/transcribe.py')
-rw-r--r--Scripts/transcribe.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Scripts/transcribe.py b/Scripts/transcribe.py
index c86d1db..8a10783 100644
--- a/Scripts/transcribe.py
+++ b/Scripts/transcribe.py
@@ -539,6 +539,7 @@ def readKeyboardInput(audio_state, enable_local_beep: bool,
if not use_builtin:
osc_ctrl.toggleBoard(audio_state.osc_state.client, True)
osc_ctrl.lockWorld(audio_state.osc_state.client, False)
+ osc_ctrl.ellipsis(audio_state.osc_state.client, True)
if audio_state.reset_on_toggle:
if audio_state.enable_debug_mode:
print("Toggle detected, dropping transcript (2)")
@@ -654,6 +655,7 @@ def readControllerInput(audio_state, enable_local_beep: bool,
if not use_builtin:
osc_ctrl.toggleBoard(audio_state.osc_state.client, True)
osc_ctrl.lockWorld(audio_state.osc_state.client, False)
+ osc_ctrl.ellipsis(audio_state.osc_state.client, True)
if audio_state.reset_on_toggle:
if audio_state.enable_debug_mode:
print("Toggle detected, dropping transcript (3)")