Faster PPQN and bigger latency
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 = 48 * 4;
|
||||||
this.transportNode = null;
|
this.transportNode = null;
|
||||||
this.ctx = ctx;
|
this.ctx = ctx;
|
||||||
this.running = true;
|
this.running = true;
|
||||||
|
|||||||
@ -83,7 +83,7 @@ export class Editor {
|
|||||||
// Audio stuff
|
// Audio stuff
|
||||||
audioContext: AudioContext;
|
audioContext: AudioContext;
|
||||||
clock: Clock;
|
clock: Clock;
|
||||||
dough_nudge: number = 20;
|
dough_nudge: number = 40;
|
||||||
manualPlay: boolean = false;
|
manualPlay: boolean = false;
|
||||||
isPlaying: boolean = false;
|
isPlaying: boolean = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user