Skip to content

Commit

Permalink
decrease the ppqn
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Nov 19, 2023
1 parent b9dd48e commit bbd7ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Clock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class Clock {
this.logicalTime = 0;
this.tick = 0;
this._bpm = 120;
this._ppqn = 96;
this._ppqn = 48;
this.transportNode = null;
this.ctx = ctx;
this.running = true;
Expand Down
2 changes: 1 addition & 1 deletion src/TransportProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit bbd7ccd

Please sign in to comment.