From 91799f2014e47200575fb59e568e4d51ff20673a Mon Sep 17 00:00:00 2001 From: Tristan Mlct Date: Sat, 15 Nov 2025 15:06:44 +0100 Subject: [PATCH] README: update superdough documentation --- packages/superdough/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/superdough/README.md b/packages/superdough/README.md index f5947d83f..213ee9697 100644 --- a/packages/superdough/README.md +++ b/packages/superdough/README.md @@ -89,7 +89,7 @@ superdough({ s: 'bd', delay: 0.5 }, 0, 1); - `decay`: seconds of decay phase - `sustain`: gain of sustain phase - `release`: seconds of release phase -- `deadline`: seconds until the sound should play (0 = immediate) +- `deadline`: seconds from audio context initialization before playing the sound (getAudioContextCurrentTime() = immediate) - `duration`: seconds the sound should last. optional for one shot samples, required for synth sounds ### registerSynthSounds()