mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-23 03:28:33 +00:00
cleanup
This commit is contained in:
parent
006fd6c733
commit
eec3752b5a
@ -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…
x
Reference in New Issue
Block a user