mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-12 06:08:37 +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;
|
||||
}
|
||||
|
||||
Pattern.prototype.out = async function () {
|
||||
Pattern.prototype.out = function () {
|
||||
try {
|
||||
await loadWorklets();
|
||||
loadWorklets();
|
||||
} catch (err) {
|
||||
console.warn('could not load AudioWorklet effects coarse, crush and shape', err);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user