mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
fix vel
This commit is contained in:
parent
c088c0c9d2
commit
480b5ff58b
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user