You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resulting duration for each beat is not considering the lowest beat in the track, resulting in incorrect values.
This issue is also related to get-ms-per-beat, as it needs to be updated to consider the lowest-beat in a similar way (otherwise the duration values will not align properly).
Example
In this case, the duration of the :ED and :EP beats should be 8 instead of 4.
Once that is fixed, the ms-per-beat should be 4285.7144 instead of 2142.8572.
Problem
The resulting duration for each beat is not considering the lowest beat in the track, resulting in incorrect values.
This issue is also related to
get-ms-per-beat
, as it needs to be updated to consider thelowest-beat
in a similar way (otherwise theduration
values will not align properly).Example
In this case, the
duration
of the:ED
and:EP
beats should be8
instead of4
.Once that is fixed, the
ms-per-beat
should be4285.7144
instead of2142.8572
.Bach
Bach.JSON
The text was updated successfully, but these errors were encountered: