Skip to content

Instantly share code, notes, and snippets.

@thomasballinger
Created July 2, 2013 16:29
Show Gist options
  • Save thomasballinger/5910836 to your computer and use it in GitHub Desktop.
Save thomasballinger/5910836 to your computer and use it in GitHub Desktop.
Possible Music api
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