Last active
January 16, 2024 21:59
-
-
Save tomasklapka/3787f3afc50c5e693f0f77694aaa1e39 to your computer and use it in GitHub Desktop.
Launchpad Control XL 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": 3, | |
"cols": 8, | |
"position": [ 0, 0 ], | |
"dimensions": [ 28, 28 ], | |
"spacing": [ 30, 30 ], | |
"controls": [ | |
13, 14, 15, 16, 17, 18, 19, 20, | |
29, 30, 31, 32, 33, 34, 35, 36, | |
49, 50, 51, 52, 53, 54, 55, 56 | |
], | |
"messageType": "control", | |
"drawType": "knob" | |
}, | |
{ | |
"rows": 1, | |
"cols": 8, | |
"position": [ 0, 95 ], | |
"dimensions": [ 28, 86 ], | |
"spacing": [ 30, 90 ], | |
"controls": [ 77, 78, 79, 80, 81, 82, 83, 84 ], | |
"messageType": "control", | |
"drawType": "slider" | |
}, | |
{ | |
"rows": 2, | |
"cols": 8, | |
"position": [ 0, 190 ], | |
"dimensions": [ 28, 13 ], | |
"spacing": [ 30, 15 ], | |
"controls": [ | |
41, 42, 43, 44, 57, 58, 59, 60, | |
73, 74, 75, 76, 89, 90, 91, 92 | |
], | |
"colors": [ 12, 13, 35, 29, 63, 62, 28, 60 ], | |
"messageType": "note", | |
"drawType": "button" | |
}, | |
{ | |
"rows": 2, | |
"cols": 2, | |
"position": [ 250, 37 ], | |
"dimensions": [ 16, 16 ], | |
"spacing": [ 25, 30 ], | |
"controls": [ 104, 105, 106, 107 ], | |
"messageType": "control", | |
"drawType": "button" | |
}, | |
{ | |
"rows": 4, | |
"cols": 1, | |
"position": [ 263, 100 ], | |
"dimensions": [ 16, 16 ], | |
"spacing": [ 25, 25 ], | |
"controls": [ 105, 106, 107, 108 ], | |
"messageType": "note", | |
"drawType": "button" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment