mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
hotfix: out should not be async
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user