Add tempo, live status

This commit is contained in:
siinus
2021-03-19 19:00:41 +02:00
parent 57559ea70a
commit 76759f986b
8 changed files with 143 additions and 24 deletions

View File

@@ -30,7 +30,8 @@ class DiskoPidu(Program):
loop = args['loop']
while self.get_loop().status():
self.disco(10, 500)
self._lm.get_tempo().wait()
self.disco(10, 0)
if not loop:
break