This commit is contained in:
Jade (Rose) Rowland 2026-01-10 01:42:43 -05:00
parent a205f7d873
commit 7a5020aa71
2 changed files with 2 additions and 2 deletions

View file

@ -540,7 +540,7 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
chain.releaseNodes(); chain.releaseNodes();
activeSoundSources.delete(chainID); activeSoundSources.delete(chainID);
}; };
const soundHandle = await onTrigger(t, value, onEnded, cps); const soundHandle = await onTrigger(t, value, onEnded, cps);
if (soundHandle) { if (soundHandle) {

View file

@ -9,7 +9,7 @@ import {
getPitchEnvelope, getPitchEnvelope,
getVibratoOscillator, getVibratoOscillator,
webAudioTimeout, webAudioTimeout,
releaseAudioNode releaseAudioNode,
} from './helpers.mjs'; } from './helpers.mjs';
import { getNodeFromPool, markWorkletAsDead, releaseNodeToPool } from './nodePools.mjs'; import { getNodeFromPool, markWorkletAsDead, releaseNodeToPool } from './nodePools.mjs';
import { logger } from './logger.mjs'; import { logger } from './logger.mjs';