Godtone (talk | contribs)
Godtone (talk | contribs)
m Isomorphic keyboard code for launchpads with programmer mode: specify the purpose of the idiosyncratic 80-colour rainbow and its subsets
Line 1,578: Line 1,578:
rb80 = [rb80map[i] for i in range(41)]
rb80 = [rb80map[i] for i in range(41)]
rb80 = rb80 + rb80[::-1][1:-1]
rb80 = rb80 + rb80[::-1][1:-1]
# NOTE: these are for use with option rel=1 (or equivalently relative=True) so that
# you can see what intervals are present by colour relative to a note by holding
# the top left shift button on a Launchpad Pro MK3
# (an equivalent shift button on the Launchpad X is yet to be decided)
colmaps[80] = rb80
colmaps[80] = rb80
colmaps[40] = rb80[::2]
colmaps[40] = rb80[::2]