Created
January 15, 2024 20:56
-
-
Save tomasklapka/ccd06bd307b490453a5d56d5cc13e53c to your computer and use it in GitHub Desktop.
Launchpad Pro (MK2) BespokeSynth midicontroller layout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"groups": [ | |
{ | |
"rows": 8, | |
"cols": 8, | |
"position": [ 35, 35 ], | |
"dimensions": [ 28, 28 ], | |
"spacing": [ 30, 30 ], | |
"controls": [ 81, 82, 83, 84, 85, 86, 87, 88, | |
71, 72, 73, 74, 75, 76, 77, 78, | |
61, 62, 63, 64, 65, 66, 67, 68, | |
51, 52, 53, 54, 55, 56, 57, 58, | |
41, 42, 43, 44, 45, 46, 47, 48, | |
31, 32, 33, 34, 35, 36, 37, 38, | |
21, 22, 23, 24, 25, 26, 27, 28, | |
11, 12, 13, 14, 15, 16, 17, 18 ], | |
"colors": [ 0, 1, 3, 16, 48, 34, 35 ], | |
"messageType": "note", | |
"drawType": "button" | |
}, | |
{ | |
"rows": 1, | |
"cols": 8, | |
"position": [ 37, 285 ], | |
"dimensions": [ 25, 25 ], | |
"spacing": [ 30, 30 ], | |
"controls": [ 1, 2, 3, 4, 5, 6, 7, 8 ], | |
"colors": [ 0, 1, 3, 16, 48, 34, 35 ], | |
"messageType": "control", | |
"drawType": "button" | |
}, | |
{ | |
"rows": 1, | |
"cols": 8, | |
"position": [ 37, 0 ], | |
"dimensions": [ 25, 25 ], | |
"spacing": [ 30, 30 ], | |
"controls": [ 91, 92, 93, 94, 95, 96, 97, 98 ], | |
"colors": [ 0, 1, 3, 16, 48, 34, 35 ], | |
"messageType": "control", | |
"drawType": "button" | |
}, | |
{ | |
"rows": 8, | |
"cols": 1, | |
"position": [ 0, 37 ], | |
"dimensions": [ 25, 25 ], | |
"spacing": [ 30, 30 ], | |
"controls": [ 80, 70, 60, 50, 40, 30, 20, 10 ], | |
"colors": [ 0, 1, 3, 16, 48, 34, 35 ], | |
"messageType": "control", | |
"drawType": "button" | |
}, | |
{ | |
"rows": 8, | |
"cols": 1, | |
"position": [ 285, 37 ], | |
"dimensions": [ 25, 25 ], | |
"spacing": [ 30, 30 ], | |
"controls": [ 89, 79, 69, 59, 49, 39, 29, 19 ], | |
"colors": [ 0, 1, 3, 16, 48, 34, 35 ], | |
"messageType": "control", | |
"drawType": "button" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment