Connecting evaluation mechanism again

This commit is contained in:
2024-04-20 02:26:53 +02:00
parent 2304015975
commit 0b09f16624
4 changed files with 73 additions and 136 deletions

View File

@ -451,7 +451,7 @@ export class SoundEvent extends AudibleEvent {
}
superdough(
filteredEvent,
this.nudge - this.app.clock.deviation,
0.2,
filteredEvent['dur']
);
}
@ -477,7 +477,7 @@ export class SoundEvent extends AudibleEvent {
address: oscAddress,
port: oscPort,
args: event,
timetag: Math.round(Date.now() + (this.nudge - this.app.clock.deviation)),
timetag: Math.round(Date.now()),
} as OSCMessage);
}
};