This is better but the deviation keeps growing

This commit is contained in:
2023-10-27 10:24:52 +02:00
parent 0c5437e1c5
commit ecd3783adf
2 changed files with 12 additions and 1 deletions

View File

@ -459,6 +459,7 @@ export class SoundEvent extends AudibleEvent {
};
out = (): void => {
console.log(this.app.clock.deviation)
if (this.values.chord) {
this.values.chord.forEach((obj: { [key: string]: number }) => {
const copy = { ...this.values };