working
This commit is contained in:
parent
366637026b
commit
63f4f202f1
3 changed files with 17 additions and 23 deletions
|
|
@ -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 = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue