Howdy Folks,
I'm trying to use the 'custom scale list' feature in the live map.py script, As I don't need 25 different scales most of the time, and it's much easier to remember what is what with a manageable list of 6 or so common ones...
However, everything I do seems to break the scale/octave selecting part of the script. I'm not sure what rule I'm transgressing, but if I take out the # before the Scalenames line and add my prefered scale order, eg
SCALENAMES = ['Chromatic', 'Major', 'Lydian', 'Major_Pentatonic', 'Minor', 'Dorian', 'Minor_Pentatonic', 'Minor_Blues', 'DrumPad']
as per the example, it just breaks the script. I've tried it with a comma after the last (drumpad) value, doesn't work either.
Can't see what I'm doing wrong. Little help?