Godtone (talk | contribs)
Novation Launchpad Pro MK3 isomorphic keyboard code: updated colours to roughly approximate equidistance within constraint of factory palette
Godtone (talk | contribs)
Line 1,164: Line 1,164:
rb36 = rb36ry[:-1] + rb36yg[:-1] + rb36gb[:-1] + rb36br[:-1] # maximal, but uneven, rainbow
rb36 = rb36ry[:-1] + rb36yg[:-1] + rb36gb[:-1] + rb36br[:-1] # maximal, but uneven, rainbow
rb34 = [c for c in rb36 if c not in [61,126]]
rb34 = [c for c in rb36 if c not in [61,126]]
_ry = [5, 84, 61, 62, 97]
_ry = [5, 84, 61, 99, 97]
_yg = [13, 74, 98, 85, 75]
_yg = [13, 74, 98, 85, 75]
_gc = [17, 122, 21, 25, 29]
_gc = [17, 122, 21, 25, 29]