def GetPretty(self): return self.baseTone.GetName( ) + " " + self.modeName + "\n" + "Tones: " + str(u.GetNames( self.tones)) + "\n" + "Chords: " + str(u.GetNames(self.chords))
def GetPretty(self): return self.GetName() + "\n Configuration: " + str(self.configuration) + "\n Tones: " + str(u.GetNames(self.tones))