示例#1
0
 def _invert(self, sub_n=0):
     return self.copy(utils.invert(self.pitches, sub_n))
示例#2
0
文件: core.py 项目: calebsmith/Sator
def invert(a, n=0):
    return a.copy(utils.invert(a.pitches, n))