Godtone (talk | contribs)
Isomorphic keyboard code for launchpads with programmer mode: ADD AUTOCONVERSION OF 'RGB RGB RGB ...' 6-BIT COLOUR SPECIFIERS (2 bits per channel)
Godtone (talk | contribs)
m bugfix
Line 1,713: Line 1,713:
#      a lit-but-blackish colour (colour code 112) to differentiate/disambiguate from
#      a lit-but-blackish colour (colour code 112) to differentiate/disambiguate from
#      notes with the colour '333' = white that *are* in the subset
#      notes with the colour '333' = white that *are* in the subset
elif bg==None and type(colmap_in)==str:
if bg==None and type(colmap_in)==str:
bg = 112
bg = 112
relative = args.get('relative') or args.get('rel') or False
relative = args.get('relative') or args.get('rel') or False