We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You should be able to:
Sa
Ri
1 2 3 4
C D E F
The text was updated successfully, but these errors were encountered:
Thought of an easy-ish way to do this. Give each one a data-note data attribute and then target that in the js kinda like
data-note
document.querySelectorAll([data-note]).foreach(() => { play the clicked note });
Sorry, something went wrong.
No branches or pull requests
You should be able to:
Sa
,Ri
etc... and hear the note1 2 3 4
... and hear the noteC D E F
... and hear the noteThe text was updated successfully, but these errors were encountered: