Merge branch 'main' into feat/non-realtime-exporting

This commit is contained in:
BANanaD3V 2025-10-23 16:05:09 +02:00
commit 85f6454340
11 changed files with 394 additions and 87 deletions

View file

@ -640,6 +640,7 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
// effects
coarse !== undefined && chain.push(getWorklet(ac, 'coarse-processor', { coarse }));
crush !== undefined && chain.push(getWorklet(ac, 'crush-processor', { crush }));
shape !== undefined && chain.push(getWorklet(ac, 'shape-processor', { shape, postgain: shapevol }));
distort !== undefined && chain.push(getDistortion(distort, distortvol, distorttype));
if (tremolosync != null) {