Created
August 3, 2013 00:00
-
-
Save ryanbriones/6144388 to your computer and use it in GitHub Desktop.
JSON musical notation
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
{ | |
"key_signature": { | |
"name": "C major", | |
"sharps": [], | |
"flats": [], | |
}, | |
"time_signature": { | |
"upper": 4, | |
"lower": 4 | |
}, | |
"notes": [ | |
{"note": "C2", "length": 0.25}, | |
{"note": "C2", "length": 0.25}, | |
{"note": "G2", "length": 0.25}, | |
{"note": "G2", "length": 0.25}, | |
{"note": "A2", "length": 0.25}, | |
{"note": "A2", "length": 0.25}, | |
{"note": "G2", "length": 0.5}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
may I recommend this course & teacher? I took it & found it helpful
http://www.oldtownschool.org/classes/detail/?courseid=2828
http://www.oldtownschool.org/teachers/Cathy-Norden/