diff --git a/src/Clock.ts b/src/Clock.ts index 670d60e..a06d342 100644 --- a/src/Clock.ts +++ b/src/Clock.ts @@ -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;