To draw the music sheet and notes, Audiofile.cc uses HTML5's canvas tag.
It also uses HTML5 custom data attributes which describes the parent/child/sibling relationship between all symbols on a musical document thus allowing the construction of a Document Object Model.
A collection of jQuery functions allow the user to traverse and manipulate this musical DOM.
Here are some key features of "Audiofile.cc":
· Set the tonic
· Add song title and creator credentials
· Chords
· jQuery API to traverse and manipulate the musical DOM
Requirements:
· JavaScript enabled on client side
· jQuery JavaScript Library
· HTML5 enabled browser
What's New in This Release: [ read full changelog ]
· Adding Unicode character detection and support for the accidentals.