-
Notifications
You must be signed in to change notification settings - Fork 784
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
Statistics better oriented for musical parameters. #857
Comments
I reviewed this now. For the most part, I agree with what I said before. I might add:
and "meters"
and "keys"
"pitch classes" (means ignore octave); we should put this info with "key". If there are multiple keys, we should compare the key and the pitch classes used for each section of music.
This should be with "key". This is redundant.
This seems obvious, but is very important. It would also be helpful to know its location. For example, is it near the beginning, the end, or somewhere in the middle. "At what proportion through the piece do these events occur?" (e.g. two thirds to the end) would be helpful.
This would be helpful. Also a note on whether the action blocks are transformed in any way (i.e. temporal or pitch) I might add:
(gotta go for now...) |
@sksum I think this would be a good one to tackle before the end of summer. @walterbender what do you think? Anything else to add? |
I think these are all great ideas... I do think it would good to still reflect some of the programming ideas too: Any advanced concepts such as recursion, the arg block, return values? and anything about sensors... |
Another thing: was the music chromatic or in a key(s)? @pikurasa can you think of a simple algorithm for determining this? (I suspect we could do a simple statistical analysis. |
The simplest thing is to take the user's word for what key they are in. We could then come up with stats for how many notes are in the key, and how many are out of the key. If we want a deeper dive, I suggest we start with the formula I gave to Aviral. Do you want the "deeper dive"? |
I'd love the deeper dive for my own education. But I think we can keep it simple here. The only tricky bit might be tracking explicit key changes. |
The basics are done now. We can perhaps open a new issue with explicit ideas for enhancements. |
Seeking proposals and input for this:
This is what statistics currently shows for Music Blocks:
Let's think of some parameters better oriented for music.
Some ideas off top of head:
...I will think some more about this, but wanted to get this started.
The text was updated successfully, but these errors were encountered: