Commit 770a6e6
authored
fix(rhythmruler): use meter-based count-off instead of hardcoded 4 beats (#5053)
- Get beatsPerMeasure from turtle.singer instead of using hardcoded 4
- Count-off now correctly matches the time signature (e.g., 3 beats for 3/4)
- Fixed timing calculation to properly space count-off beats across interval
This resolves the FIXME comment at line 973 that requested updating
the count-off to be based on meter rather than always running 4 times.1 parent 0a6eb7c commit 770a6e6
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
970 | 970 | | |
971 | 971 | | |
972 | 972 | | |
973 | | - | |
974 | | - | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
975 | 979 | | |
976 | 980 | | |
977 | 981 | | |
| |||
981 | 985 | | |
982 | 986 | | |
983 | 987 | | |
984 | | - | |
| 988 | + | |
985 | 989 | | |
986 | 990 | | |
987 | 991 | | |
| |||
0 commit comments