Ejemplo n.º 1
0
 def _transpose(self, sub_n=0):
     return self.copy(utils.transpose(self.pitches, sub_n))
Ejemplo n.º 2
0
def transpose(a, n):
    return a.copy(utils.transpose(a.pitches, n))