Merge branch 'main' into glossing/filter-lfo

This commit is contained in:
Switch Angel AKA Jade Rose 2025-11-10 02:20:20 +01:00
commit f4b68fa2e6
66 changed files with 1488 additions and 344 deletions

View file

@ -630,6 +630,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) {