Well the shruthi XT layout is really nice, plus I’m building one anyway.
Being that the Ambika has all the same parameters, and it can receive midi CCs for those parameters, and the Shruthi sends midi CCs for it’s knobs, can I just modify firmware of one of them so the CCs match?
Could I just edit this table?
static const prog_char midi_cc_map[128] PROGMEM = {
// 0-15
255, 255, 255, 22, 255, 48, 255, 42,
255, 23, 255, 255, 14, 15, 2, 3,
// 16-31
0, 1, 4, 5, 6, 7, 8, 9,
10, 11, 12, 13, 18, 19, 20, 21,
// 32-47
255, 255, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 29, 30, 31, 32,
// 48-63
33, 255, 255, 255, 29, 30, 31, 255,
255, 255, 255, 255, 29, 30, 31, 255,
// 64-79
255, 255, 255, 255, 47, 255, 27, 17,
28, 25, 16, 26, 255, 255, 27, 255,
// 80-95
28, 25, 255, 26, 255, 255, 27, 255,
28, 25, 255, 26, 255, 255, 44, 45,
// 96-111
255, 255, 255, 255, 255, 255, 49, 50,
51, 52, 53, 57, 255, 255, 255, 255,
// 112-127
255, 255, 255, 255, 255, 255, 255, 255,
255, 255, 255, 255, 255, 255, 255, 255
};