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); } }; }