From 3efa1498c7ff8012735d6773b56e19f67cf11a02 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 11 Aug 2023 11:29:02 -0700 Subject: Animate pre-speech ellipsis Text box now shows an animated ellipsis prior to first speech. --- Scripts/transcribe.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Scripts/transcribe.py') 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)") -- cgit v1.2.3