Skip to content

Commit

Permalink
Add LP mini mk3 auxcol/auxrow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
robmckinnon committed Sep 27, 2020
1 parent 9f7b4d0 commit a99c843
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/devices/launchpad_minimk3.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
local launchpad = include('midigrid/lib/devices/generic_device')

--these are LP keys to the sides of our grid
--not necessary for strict grid emulation but handy!
--they are up to down, so 89 is the auxkey to row 1
auxcol = {89,79,69,59,49,39,29,19},

--left to right, 91 is aux key to column 1
auxrow = {91,92,93,94,95,96,97,98,99},

launchpad.grid_notes= {
{81,82,83,84,85,86,87,88},
{71,72,73,74,75,76,77,78},
Expand Down

0 comments on commit a99c843

Please sign in to comment.