예제 #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))