Exemplo n.º 1
0
def run():
    genShepard("shepard_major.json", motif="1 3 5 6 8 10 12")
    genShepard("shepard_5_5.json")
    genShepard("shepard2.json", motif="1e 3e 5e 1q 5e 6e 8h 10 6 10 12")
    playMelody("shepard2")
Exemplo n.º 2
0
def run():
    s = Shepard()
    s.gen("shepard_major.json", motif="1 3 5 6 8 10 12")
    s.gen("shepard.json")
    s.gen("shepard2.json", motif="1e 3e 5e 1q 5e 6e 8h 10 6 10 12")
    playMelody("shepard2")
Exemplo n.º 3
0
def run():
    genShepard("shepard_major.json", motif="1 3 5 6 8 10 12")
    genShepard("shepard_5_5.json")
    genShepard("shepard2.json", motif="1e 3e 5e 1q 5e 6e 8h 10 6 10 12")
    playMelody("shepard2")
Exemplo n.º 4
0
def run():
    s = Shepard()
    s.gen("shepard_major.json", motif="1 3 5 6 8 10 12")
    s.gen("shepard.json")
    s.gen("shepard2.json", motif="1e 3e 5e 1q 5e 6e 8h 10 6 10 12")
    playMelody("shepard2")