mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
cleanup
This commit is contained in:
parent
006fd6c733
commit
eec3752b5a
@ -14,7 +14,6 @@ class MyProcessor extends AudioWorkletProcessor {
|
||||
if(e.data==='stop') {
|
||||
this.stopped = true;
|
||||
} else if(e.data?.dough) {
|
||||
const deadline = e.data.time-currentTime;
|
||||
__q.push(e.data)
|
||||
} else {
|
||||
msg?.(e.data)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user