Skip to content

Commit db4613f

Browse files
committed
fixed upper row launchpad buttons
1 parent cf37ba3 commit db4613f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/launchpad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def __init__(self, core, out, mode, index=0, octave_separation=0):
1313

1414
def button(self, x, y):
1515
if self.mode == 'lpx':
16-
if y == 0:
16+
if y == -1:
1717
if x == 0:
1818
self.octave += 1
1919
self.core.clear_marks(use_lights=False)

0 commit comments

Comments
 (0)