mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 21:27:07 -04:00
delaysync
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user