mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-04 22:52:55 -04:00
correct the signnature of prepare() in README
This commit is contained in:
@@ -92,7 +92,7 @@ superdough({ s: 'bd', delay: 0.5 }, 0, 1);
|
||||
- `deadline`: seconds until the sound should play (0 = immediate)
|
||||
- `duration`: seconds the sound should last. optional for one shot samples, required for synth sounds
|
||||
|
||||
### prepare()
|
||||
### prepare(value)
|
||||
|
||||
Informs superdough that a sound will be needed in the future.
|
||||
If the sound is a sample that is not loaded yet, it will be fetched.
|
||||
|
||||
Reference in New Issue
Block a user