default cycle

This commit is contained in:
Jade (Rose) Rowland 2025-07-08 21:24:27 -04:00
parent 16b2fc0632
commit 63fcce79e0
3 changed files with 3 additions and 4 deletions

View file

@ -482,7 +482,7 @@ function mapChannelNumbers(channels) {
return (Array.isArray(channels) ? channels : [channels]).map((ch) => ch - 1);
}
export const superdough = async (value, t, hapDuration, cps = 0.5, cycle) => {
export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5) => {
// new: t is always expected to be the absolute target onset time
const ac = getAudioContext();