decrease the ppqn

This commit is contained in:
2023-11-19 23:28:57 +01:00
parent b9dd48e483
commit bbd7ccdeaa
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ class TransportProcessor extends AudioWorkletProcessor {
this.nudge = 0;
this.started = false;
this.bpm = 120;
this.ppqn = 96;
this.ppqn = 48;
this.currentPulsePosition = 0;
}