From db8f4eb4a2e1bcedfe88a8dacb6f2668c60f9d76 Mon Sep 17 00:00:00 2001 From: rorist <rorist@0xcafe.ch> Date: Fri, 18 Aug 2023 15:26:16 +0200 Subject: [PATCH] change title for real --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 7b0fb5e..784dca1 100755 --- a/__init__.py +++ b/__init__.py @@ -21,7 +21,7 @@ class EndlessSequencer(Application): self.DEBUG = False self.is_loading = True self.loading_text = 'Loading' - self.blm = bl00mbox.Channel("3ndless 5equencer") + self.blm = bl00mbox.Channel("Endless Sequencer") self.kick = None self.notes = [] self.samples = [] @@ -61,7 +61,7 @@ class EndlessSequencer(Application): ctx.rgb(*colours.GO_GREEN) ctx.font = "Camp Font 1" ctx.font_size = 30 - ctx.text("ENDLESS SEQ") + ctx.text("3NDLESS SEQ") if self.is_loading: # Loading UI -- GitLab