Godtone
Joined 17 December 2020
m →My Python 3 code: fix names |
m →My Python 3 code: fix for unsimplified intervals |
||
| Line 1,491: | Line 1,491: | ||
def mediant_complexity(x,revoicing_octs=7): | def mediant_complexity(x,revoicing_octs=7): | ||
x = convert(x,tuple) | |||
x = iv(x[0], x[1]) | |||
mincomplexity = 2**30 | mincomplexity = 2**30 | ||
for octs in range(revoicing_octs+1): | for octs in range(revoicing_octs+1): | ||