From cf0b170b2cee2635905a087ea7ea9852512b5e98 Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Tue, 26 Mar 2019 22:00:21 -0400 Subject: Added playtime display, amplitude exponents --- broadcast.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'broadcast.py') diff --git a/broadcast.py b/broadcast.py index c4753da..7b9eb19 100644 --- a/broadcast.py +++ b/broadcast.py @@ -768,6 +768,11 @@ for fname in args: sys.stdout.write('\x1b[G\x1b[K[%s]' % ( ('#' * int((play_time() - BASETIME) * (columns - 2) / (ENDTIME * factor)) + SPINNERS[spin_phase]).ljust(columns - 2), )) + fmtime = '% 8.3f' % ((play_time() - BASETIME) / factor,) + sys.stdout.write('\x1b[%dG%s' % ( + 2 if play_time() - BASETIME > factor * ENDTIME / 2 else columns - len(fmtime) - 1, + fmtime, + )) sys.stdout.flush() spin_phase += 1 if spin_phase >= len(SPINNERS): -- cgit v1.2.3-70-g09d2