This commit is contained in:
2023-11-14 14:18:07 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -177,6 +177,7 @@ export const makeArrayExtensions = (api: UserAPI) => {
(_, index) => durations[index % durations.length]
);
const totalDurationInPulses = adjustedDurations.reduce(
// @ts-ignore
(acc, duration) => acc + duration * ppqn,
0
);