merging branches

This commit is contained in:
2023-11-03 19:16:01 +01:00
parent d60e72c494
commit 466a562acf

View File

@ -430,7 +430,7 @@ export class SoundEvent extends AudibleEvent {
"parsedScale",
]);
for (const event of events) {
superdough(event, this.nudge, event.dur);
superdough(event, this.nudge + this.app.clock.deviation, event.dur);
}
};
}