Faster PPQN and bigger latency

This commit is contained in:
2023-11-10 13:42:59 +01:00
parent c4f9cdccf2
commit ca4f7acfe2
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ export class Editor {
// Audio stuff
audioContext: AudioContext;
clock: Clock;
dough_nudge: number = 20;
dough_nudge: number = 40;
manualPlay: boolean = false;
isPlaying: boolean = false;