Merge branch 'main' of https://github.com/Bubobubobubobubo/Topos
This commit is contained in:
@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user