rename controls
This commit is contained in:
parent
91eb50f1c1
commit
23d4bfa9d9
3 changed files with 144 additions and 108 deletions
|
|
@ -555,7 +555,7 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
|
|||
audioNodes.forEach((n) => n?.disconnect());
|
||||
activeSoundSources.delete(chainID);
|
||||
};
|
||||
const soundHandle = await onTrigger(t, value, onEnded);
|
||||
const soundHandle = await onTrigger(t, value, onEnded, cps);
|
||||
|
||||
if (soundHandle) {
|
||||
sourceNode = soundHandle.node;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue