Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Noelle Morris #32

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Noelle Morris #32

wants to merge 5 commits into from

Conversation

johnanmorris
Copy link

@johnanmorris johnanmorris commented Nov 22, 2016

  • keydown : Looks at event.which; if the key is between 65-71 (a-g); then the audio file associated with that key (irrespective of case) is played. If the key code is outside that range, then it is ignored. (This prevents errors from trying to run play() on undefined.

  • click : Operates on any class within the .note class. Uses $(this).html() to get the value inside the object clicked on.

I wrote an additional "helper function":

  • playFile(note) : Formats the note letter to the proper format (eg, playFile("a") to #aAudio), then plays the file via the jQuery functions $(filename).load() and $(filename).get(0).play().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant