Fix for bpm change issue

This commit is contained in:
2023-10-28 21:25:24 +03:00
parent 6beb5f2c84
commit 2a44840ee7
3 changed files with 17 additions and 9 deletions

View File

@ -31,7 +31,7 @@ export class TransportNode extends AudioWorkletNode {
} else {
tryEvaluate(this.app, this.app.global_buffer);
}
this.app.clock.incrementTick();
this.app.clock.incrementTick(message.data.bpm);
} else {
console.log("STILLLLLLLLLLLLLLLL BANGING!");
}