mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-04 06:41:43 -04:00
cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user