delaysync
This commit is contained in:
parent
3acc364a03
commit
09d05abd70
3 changed files with 18 additions and 3 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue