making everything an arrow function
This commit is contained in:
@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user