We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74924f commit ce763f5Copy full SHA for ce763f5
partitura/utils/music.py
@@ -2968,7 +2968,7 @@ def performance_notearray_from_score_notearray(
2968
)
2969
2970
p_onsets = np.r_[0, np.cumsum(iois * bp[:-1])]
2971
- pnote_array["duration_sec"] = bp_duration * snote_array["duration_beat"]
+ pnote_array["duration_sec"] = bp_duration
2972
2973
else:
2974
# convert bpm to beat period
0 commit comments