This commit is contained in:
Felix Roos 2023-09-25 23:57:09 +02:00
parent 006fd6c733
commit eec3752b5a

View File

@ -14,7 +14,6 @@ class MyProcessor extends AudioWorkletProcessor {
if(e.data==='stop') { if(e.data==='stop') {
this.stopped = true; this.stopped = true;
} else if(e.data?.dough) { } else if(e.data?.dough) {
const deadline = e.data.time-currentTime;
__q.push(e.data) __q.push(e.data)
} else { } else {
msg?.(e.data) msg?.(e.data)