Merge branch 'main' into radical-new-docs

This commit is contained in:
Felix Roos 2026-01-18 10:39:53 +01:00
commit 8dbdd0a9b8
No known key found for this signature in database
32 changed files with 254 additions and 34 deletions

View file

@ -616,7 +616,7 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
// Kabelsalat
if (fx.workletSrc !== undefined) {
const workletNode = getWorklet(ac, 'generic-processor', {});
const workletNode = getWorklet(ac, 'generic-processor', {}, { outputChannelCount: [2] });
chain.connect(workletNode);
const workletSrc = fx.workletSrc
.replace(/\bpat\[(\d+)\]/g, (_, i) => fx.workletInputs[i])