making everything an arrow function

This commit is contained in:
2023-08-17 17:54:03 +02:00
parent ab482b38b2
commit bf2cb7713d
6 changed files with 110 additions and 118 deletions

View File

@ -45,7 +45,7 @@ export class Clock {
this.time_signature = [4, 4];
this.tick = 0;
this.bpm = 120;
this.ppqn = 24;
this.ppqn = 48;
this.transportNode = null;
this.ctx = ctx;
ctx.audioWorklet.addModule(TransportProcessor).then((e) => {