We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27ce1e commit 8711ab2Copy full SHA for 8711ab2
larger-tricks/beatslicer_idea.py
@@ -54,7 +54,7 @@ def millis(): return time.monotonic()*1000 # I like millis
54
while True:
55
# handle keypresses
56
pressed = set(trellis.pressed_keys)
57
- for press in pressed - current_press: # this is dumb
+ for press in pressed - current_press: # I think I understand this now
58
x, y = press
59
if not loop_slices[x][y]:
60
loop_slices[x][y] = True
0 commit comments