lower ppqn

This commit is contained in:
2023-11-10 14:01:38 +01:00
parent 2d8e21590c
commit 2dae678b37

View File

@ -54,7 +54,7 @@ export class Clock {
this.logicalTime = 0;
this.tick = 0;
this._bpm = 120;
this._ppqn = 48 * 4;
this._ppqn = 48 * 2;
this.transportNode = null;
this.ctx = ctx;
this.running = true;