Godtone
Joined 17 December 2020
m →Isomorphic keyboard code for launchpads with programmer mode: specify the purpose of the idiosyncratic 80-colour rainbow and its subsets |
→Isomorphic keyboard code for launchpads with programmer mode: add idiosyncratic 53-colour rainbow (rb53) based on mostly being a subset of the idiosyncratic 80-colour rainbow (rb80); see NOTE: about rel=1 (or equivalently relative=True)) |
||
| Line 1,586: | Line 1,586: | ||
colmaps[20] = rb80[::4] | colmaps[20] = rb80[::4] | ||
colmaps[16] = rb80[::5] | colmaps[16] = rb80[::5] | ||
# mostly the same as 80 EDO's colouration with some small differences for the semisixth 20\53 = 13/10, pental whole tone 8\53 = 10/9, third-tone 27/26 = 3\53 | |||
rb53 = [2, 83, 47, 99, 51, 61, 105, 1, 8, 116, 66, 40, 44, 5, 45, 70, 124, 21, 4, 33, 113, 115, 119, 102, 104, 13, 54, 54, 13, 104, 102, 119, 115, 113, 33, 4, 21, 124, 70, 45, 5, 44, 40, 66, 116, 8, 1, 105, 61, 51, 99, 47, 83] | |||
colmaps[53] = rb53 | |||