Godtone
Joined 17 December 2020
| Line 1,179: | Line 1,179: | ||
rb17v2 = cols(rb29,17) | rb17v2 = cols(rb29,17) | ||
rb19 = cols(rb29,19) | rb19 = cols(rb29,19) | ||
colmaps = { 12: rb12, 13: rb13, 16: cm16, 17: rb17, 18: rb18, 19: rb19, 29: rb29, 30: rb30, 31: rb31, 36: rb36 } | rb28 = [c for c in rb29 if c!=95] | ||
rb27 = [c for c in rb28 if c!=99] # or 97? | |||
rb26 = [c for c in rb27 if c!=37] | |||
rb25 = [c for c in rb26 if c!=74] | |||
colmaps = { 12: rb12, 13: rb13, 16: cm16, 17: rb17, 18: rb18, 19: rb19, 25: rb25, 26: rb26, 27: rb27, 28: rb28, 29: rb29, 30: rb30, 31: rb31, 36: rb36 } | |||
# TODO: add more colmaps | # TODO: add more colmaps | ||
import platform # to check whether we're running Windows, in which case we want to use loopMIDI | import platform # to check whether we're running Windows, in which case we want to use loopMIDI | ||