cleanup
This commit is contained in:
parent
006fd6c733
commit
eec3752b5a
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue