diff --git a/packages/superdough/superdough.mjs b/packages/superdough/superdough.mjs index 34c22e72..0c4d2395 100644 --- a/packages/superdough/superdough.mjs +++ b/packages/superdough/superdough.mjs @@ -592,7 +592,6 @@ export const superdough = async (value, t, hapDuration) => { // gain stage chain.push(gainNode(gain)); - chain.push(gainNode(0.8 * velocity)); //filter const ftype = getFilterType(value.ftype);