This commit is contained in:
Jade (Rose) Rowland 2025-04-27 02:38:10 -04:00
parent c088c0c9d2
commit 480b5ff58b

View File

@ -592,7 +592,6 @@ export const superdough = async (value, t, hapDuration) => {
// gain stage // gain stage
chain.push(gainNode(gain)); chain.push(gainNode(gain));
chain.push(gainNode(0.8 * velocity));
//filter //filter
const ftype = getFilterType(value.ftype); const ftype = getFilterType(value.ftype);