Last active
January 15, 2024 21:12
-
-
Save tomasklapka/d5bf91afa5b5d89e2aeb6cae201d50d5 to your computer and use it in GitHub Desktop.
Launchpad Pro MK3 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": [ 30, 30 ], | |
"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": [ 30, 270 ], | |
"dimensions": [ 28, 12 ], | |
"spacing": [ 30, 15 ], | |
"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": [ 30, 285 ], | |
"dimensions": [ 28, 12 ], | |
"spacing": [ 30, 15 ], | |
"controls": [ 101, 102, 103, 104, 105, 106, 107, 108 ], | |
"colors": [ 0, 1, 3, 16, 48, 34, 35 ], | |
"messageType": "control", | |
"drawType": "button" | |
}, | |
{ | |
"rows": 1, | |
"cols": 10, | |
"position": [ 0, 0 ], | |
"dimensions": [ 28, 28 ], | |
"spacing": [ 30, 30 ], | |
"controls": [ 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 ], | |
"colors": [ 0, 1, 3, 16, 48, 34, 35 ], | |
"messageType": "control", | |
"drawType": "button" | |
}, | |
{ | |
"rows": 8, | |
"cols": 1, | |
"position": [ 0, 30 ], | |
"dimensions": [ 28, 28 ], | |
"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": [ 270, 30 ], | |
"dimensions": [ 28, 28 ], | |
"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