Skip to content

Commit

Permalink
fix loop out button
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas committed Jan 30, 2024
1 parent 784b07b commit 1e1a7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/launchpad-common/src/controls/loopIo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const make: MakeDeckControlTemplate<Type> = ({ gridPosition, deck }) => {
},
},
out: {
type: midi(gridPosition),
type: midi([gridPosition[0] + 1, gridPosition[1]]),
listeners: {
midi: onMidi('out'),
},
Expand Down

0 comments on commit 1e1a7b0

Please sign in to comment.