Merge branch 'main' of https://github.com/Bubobubobubobubo/Topos
This commit is contained in:
@ -2920,7 +2920,7 @@ export class UserAPI {
|
||||
address: address,
|
||||
port: port,
|
||||
args: args,
|
||||
timetag: Math.round(Date.now() + this.app.clock.deadline),
|
||||
timetag: Math.round(Date.now() + (this.app.clock.nudge - this.app.clock.deviation)),
|
||||
} as OSCMessage);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user