Just plain weird fix for bpm change
This commit is contained in:
@ -138,6 +138,7 @@ export class Clock {
|
|||||||
set bpm(bpm: number) {
|
set bpm(bpm: number) {
|
||||||
if (bpm > 0 && this._bpm !== bpm) {
|
if (bpm > 0 && this._bpm !== bpm) {
|
||||||
this.transportNode?.setBPM(bpm);
|
this.transportNode?.setBPM(bpm);
|
||||||
|
this._bpm = bpm
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user