retry pushing PPQN to 96 by default

This commit is contained in:
2023-11-10 20:21:08 +01:00
parent 1d3c603c7e
commit 3308be84c8
2 changed files with 2 additions and 2 deletions

View File

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