From bd36919b53bdc0f93ef9efd2d5ed469e4eea6c07 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 20 Sep 2023 17:59:25 +0100 Subject: complete interim show --- futuregael/src/show.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'futuregael/src/show.h') diff --git a/futuregael/src/show.h b/futuregael/src/show.h index e3aeebe..c5a7605 100644 --- a/futuregael/src/show.h +++ b/futuregael/src/show.h @@ -92,10 +92,11 @@ public: if (word2amt>1.0f) word2amt=1.0f; outlines.clear(); - float p=-ofGetWidth()/2; float s=0.1f; + float p=(-(ofGetWidth()/3))/s; + if (word1>-1&&word1audio.isLoaded()){ playline->audio.play(); -- cgit v1.2.3