This commit is contained in:
Jade (Rose) Rowland 2025-05-27 17:35:35 +02:00
parent 366637026b
commit 63f4f202f1
3 changed files with 17 additions and 23 deletions

View file

@ -580,7 +580,7 @@ export const superdough = async (value, t, hapDuration, cps) => {
// get source AudioNode
let sourceNode;
if (source) {
sourceNode = source(t, value, hapDuration,cps);
sourceNode = source(t, value, hapDuration, cps);
} else if (getSound(s)) {
const { onTrigger } = getSound(s);
const onEnded = () => {