mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-26 13:08:28 +00:00
hotfix: out should not be async
This commit is contained in:
parent
6bab362171
commit
a11d23ba62
@ -147,9 +147,9 @@ function getWorklet(ac, processor, params) {
|
|||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
|
|
||||||
Pattern.prototype.out = async function () {
|
Pattern.prototype.out = function () {
|
||||||
try {
|
try {
|
||||||
await loadWorklets();
|
loadWorklets();
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.warn('could not load AudioWorklet effects coarse, crush and shape', err);
|
console.warn('could not load AudioWorklet effects coarse, crush and shape', err);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user