Godtone (talk | contribs)
My Python 3 code: there is only finitely many EDOs which provide some simplification of a set of intervals as contrasted to all-distinct
Godtone (talk | contribs)
m My Python 3 code: explain the mediant_complexity
Line 1,518: Line 1,518:
return result
return result


# the length of the mediant path of whichever octave-revoicing gives the interval x the least length
def mediant_complexity(x,revoicing_octs=7):
def mediant_complexity(x,revoicing_octs=7):
mincomplexity = 2**30
mincomplexity = 2**30