-
Notifications
You must be signed in to change notification settings - Fork 941
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
beat factor? #2371
Comments
"beat Factor" changes when we use Dot clamp or the multiply note value clamp ,,, should this change in any other case as well? |
Please upload an example. Thanks! |
|
What should be the expected values here ? |
I expect 1, 1, and 2. |
@sksum any questions about this? Your example with dots and multiply note value is a little complex. However, I expect the following: Your code as pseudo code: dot_1{ sol_4, 1/4, mult-note-value_1/4{mi_4, 1/4}; mult-note-value_1/2{sol_4, 1/4}}} before dotting, we have: (which for beat factor in 4/4 meter is 1, 1/4, and 1/8) dot lengthens everything by half its value 3/2, 3/8, and 3/16 for beat factor in 4/4 meter. Right now, it is giving us 2/3, 2 2/3, and 5 1/3, which is the inverse of what we want. It is interesting that with dotted and multiple, it is an inversion of what we want, but with regular, unaltered note values we get all 1/1 for beat factor. |
I am a bit confused as to what we want this block to do. current note value / beat, where beat is specified by the meter block (denominator)? |
I implemented the above. Please test. |
It works as expected -- hurrah! |
Is
beat factor
behaving correctly?I can only seem to produce an output of "1".
Also, there is no help. Nor is there anything in https://github.com/sugarlabs/musicblocks/tree/master/guide#BEAT for this block.
The text was updated successfully, but these errors were encountered: