mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
fix vel
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user