]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - helpers/key.py
Change color when key is running
[perso/Immae/Projets/Python/MusicSampler.git] / helpers / key.py
index b5c1af95a3901a0a1e095506f4538f52399775c9..113cf8e94801fdaa15ba529f6d94509e5edc7d5b 100644 (file)
@@ -124,6 +124,8 @@ class Key(ButtonBehavior, Widget):
             return [1, 1, 1, 1]
         elif self.is_loaded_protecting_repeat():
             return [*self.custom_color, 100/255]
+        elif self.is_loaded_running():
+            return [*self.custom_color, 100/255]
         elif self.is_loaded(allow_substates=True):
             return [*self.custom_color, 1]
         elif self.is_failed():