removing stuff

This commit is contained in:
2023-08-17 13:04:45 +02:00
parent 8541d0c3ef
commit ab482b38b2
5 changed files with 9 additions and 9 deletions

View File

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