Created
July 2, 2013 16:29
-
-
Save thomasballinger/5910836 to your computer and use it in GitHub Desktop.
Possible Music api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from Music import * | |
s = Song(Note('f#5', 1.0/4), Note('f#5', 1.0/4), Note('g5', 1.0/4), Note('a6', 1.0/4)) | |
s.play() | |
# plays the first four notes of "Ode to joy" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment