From 760d1abec0408726dfeebc8465e68588b7484e95 Mon Sep 17 00:00:00 2001 From: "Jade (Rose) Rowland" Date: Wed, 14 May 2025 19:10:59 -0400 Subject: [PATCH] remove n --- packages/superdough/synth.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/superdough/synth.mjs b/packages/superdough/synth.mjs index dd048174..9a1e4d15 100644 --- a/packages/superdough/synth.mjs +++ b/packages/superdough/synth.mjs @@ -161,7 +161,7 @@ export function registerSynthSounds() { pwrate = 1; } - let { duration, pw: pulsewidth = value.n ?? 0.5 } = value; + let { duration, pw: pulsewidth = 0.5 } = value; const frequency = getFrequencyFromValue(value); const [attack, decay, sustain, release] = getADSRValues(