retry pushing PPQN to 96 by default
This commit is contained in:
@ -54,7 +54,7 @@ export class Clock {
|
|||||||
this.logicalTime = 0;
|
this.logicalTime = 0;
|
||||||
this.tick = 0;
|
this.tick = 0;
|
||||||
this._bpm = 120;
|
this._bpm = 120;
|
||||||
this._ppqn = 48;
|
this._ppqn = 96;
|
||||||
this.transportNode = null;
|
this.transportNode = null;
|
||||||
this.ctx = ctx;
|
this.ctx = ctx;
|
||||||
this.running = true;
|
this.running = true;
|
||||||
|
|||||||
@ -6,7 +6,7 @@ class TransportProcessor extends AudioWorkletProcessor {
|
|||||||
this.nudge = 0;
|
this.nudge = 0;
|
||||||
this.started = false;
|
this.started = false;
|
||||||
this.bpm = 120;
|
this.bpm = 120;
|
||||||
this.ppqn = 48;
|
this.ppqn = 96;
|
||||||
this.currentPulsePosition = 0;
|
this.currentPulsePosition = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user