-
Notifications
You must be signed in to change notification settings - Fork 18
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
ability to scroll across keyboard / move up and down in octaves #93
Comments
Going by the title, I'm guessing you are looking for a broader musical range. I see two challenges with that:
@RustoMCSpit : could you elaborate a bit on what you hope to achieve? It's always very interesting for us maintainers to learn how people use our project ❤️ |
what format are the samples stored in? i can try find creative commons ones.
i just think kids will be happier to play songs they know in the keys they played in. locking kids to middle c with an octave and a half forces drastic transpositions and limits what they can play. if my kid wants to play a certain song, theyre able to tell it's in the wrong key and get confused. it also inhibits their ability to learn the basics of piano as theyre generally locked to c major (and its parallel modes). the biggest challenge is gui honestly, the settings menu is already designed in a very bizarre way. i suggest turning the final f note into a clickable settings pull-up menu instead (this could be an option? this would get rid of the need of the cog system on the accidentals) or deleting it and using its horizontal space and splitting it between left and right as arrow keys to new octaves the problem with arrow keys jumpping to new octaves is that we're still locked in c major, just in different octaves. is scrolljng hard to implement? |
We use mp3, since that is what the Android API we use accepts the easiest. As an example: the samples for the "piano 2" instrument:
I know what you mean, I had to transpose "Frère Jacques/Brother John", and that's about the simplest song you can imagine.
Oh yes, very much agreed!
I am not against settings, but I am cautious with them.
What is important to keep in mind: The "bizarre way" functions as a screen-locker against baby fingers. I am enjoying this discussion, and learning something from it. Please don't take my hesitance as unwillingness! |
i can look into creative commons samples. im not sure if this is usable, they use the .sfz format to produce sound but im sure they have raw audio in their githubs https://sfzinstruments.github.io this has githubs linked and licenses (for example https://github.com/sfzinstruments/karoryfer.black-and-blue-basses/tree/main/Samples/babyblue/fake_det)
thats why we need octave movement :D
right, well splitting arrow keys on both sides and having to hold the cog could work.
i understadn and thank you!!! |
No description provided.
The text was updated successfully, but these errors were encountered: