diff --git a/__init__.py b/__init__.py index 602d548013a6da642f9a5befc1471266d9b9519b..50bde956924bc2a4a3b6152f627ab16a932c9b8d 100755 --- a/__init__.py +++ b/__init__.py @@ -48,7 +48,7 @@ class EndlessSequencer(Application): self.current_sample = None self.current_note = 0 self.startTime = time.ticks_ms() - self.bpm = 120 + self.bpm = 180 def draw(self, ctx: Context) -> None: ctx.rgb(*colours.BLACK) @@ -152,6 +152,8 @@ class EndlessSequencer(Application): if self.DEBUG: print("REC SEQ") + self.current_note = 0 + # Get sequence for i in range(1, 9): sample_id = i-1