diff --git a/__init__.py b/__init__.py index 7b0fb5ebe3e9c2d3ed94dc52406d8d4836243d63..784dca1274e0aa8bfbbbf6f73d5eec770acf3cd1 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