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

Support use of note names like "C4" or "G#3" as input to "play note" block? #12

Open
ericrosenbaum opened this issue Nov 14, 2016 · 2 comments

Comments

@ericrosenbaum
Copy link
Collaborator

Another idea for making the input to the "play note" more intuitive and musical: support both numeric input of MIDI note numbers (as in Scratch 2.0) and also note name/octave notation like "C4" or "G#3" or "Eb2" (similar to "scientific pitch notation). We could also automatically convert valid note names without an octave to the default octave. So these would all play the same note:

Play note 60
Play note C4
Play note C

@Kenny2github
Copy link

I’m assuming the default octave is 4?

What would it play for invalid inputs? Silence?

@Sauvaginier
Copy link

Be careful with this enhancement request, as the note names do vary depending on the country. Ex. "B" is "H" in German, then there is the Latin countries' usage ("SI") etc. So it would need to be localized per user location in order to provide the best user experience.

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

No branches or pull requests

4 participants