delaysync

This commit is contained in:
Jade (Rose) Rowland
2025-06-27 15:54:39 -04:00
parent 3acc364a03
commit 09d05abd70
3 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -548,7 +548,7 @@ export const superdough = async (value, t, hapDuration, cps = 0.5) => {
compressorRelease,
} = value;
delaytime = delaytime ?? cycleToSeconds(delaysync)
delaytime = delaytime ?? cycleToSeconds(delaysync, cps);
const orbitChannels = mapChannelNumbers(
multiChannelOrbits && orbit > 0 ? [orbit * 2 - 1, orbit * 2] : getDefaultValue('channels'),