コード例 #1
0
ファイル: Shepard_old.py プロジェクト: WorldViews/PhysViz
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")
コード例 #2
0
ファイル: Shepard.py プロジェクト: WorldViews/PhysViz
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")
コード例 #3
0
ファイル: Shepard_old.py プロジェクト: WorldViews/PhysViz
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")
コード例 #4
0
ファイル: Shepard.py プロジェクト: WorldViews/PhysViz
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")