Skip to content
Snippets Groups Projects
Commit f1bfd46a authored by rorist's avatar rorist
Browse files

start over after REC (not sure about that)

parent 1f156807
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment