From 466a562acf0e6ca2462e66dee4919839b97b9b1e Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Fri, 3 Nov 2023 19:16:01 +0100 Subject: [PATCH] merging branches --- src/classes/SoundEvent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/SoundEvent.ts b/src/classes/SoundEvent.ts index 4156634..098515b 100644 --- a/src/classes/SoundEvent.ts +++ b/src/classes/SoundEvent.ts @@ -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); } }; }