Godtone
Joined 17 December 2020
→Novation Launchpad Pro MK3 isomorphic keyboard code: corrected rb31 |
|||
| Line 1,173: | Line 1,173: | ||
rb31 = [120, 5] + rb30[1:] | rb31 = [120, 5] + rb30[1:] | ||
rb29 = [c for c in rb30 if c!=75] | rb29 = [c for c in rb30 if c!=75] | ||
# 29 colours is a fairly ideal rainbow; we use it for indexing into, so as to derive a 17-colour palette. | # 29 colours is a fairly ideal rainbow; we use it for indexing into, so as to derive a 17-colour palette. | ||
# note that i chose the +0.4 experimentally based on the colour palette that seemed most distinct to me. | # note that i chose the +0.4 experimentally based on the colour palette that seemed most distinct to me. | ||