Route bpm change from TransportProcessor
This commit is contained in:
@ -30,6 +30,8 @@ export class TransportNode extends AudioWorkletNode {
|
||||
} else {
|
||||
tryEvaluate(this.app, this.app.global_buffer);
|
||||
}
|
||||
} else if (message.data.type === "bpm") {
|
||||
this.app.clock.bpm = message.data.value;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user