We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf37ba3 commit db4613fCopy full SHA for db4613f
1 file changed
src/launchpad.py
@@ -13,7 +13,7 @@ def __init__(self, core, out, mode, index=0, octave_separation=0):
13
14
def button(self, x, y):
15
if self.mode == 'lpx':
16
- if y == 0:
+ if y == -1:
17
if x == 0:
18
self.octave += 1
19
self.core.clear_marks(use_lights=False)
0 commit comments