Example #1
0
def lhreg(start, stop, registration):
    applyRegistration(lh, start, stop, registration)
Example #2
0
def vreg(start, stop, registration):
    applyRegistration(pitches, start, stop, registration)
Example #3
0
def rhreg(start, stop, registration):
    applyRegistration(rh, start, stop, registration)