doc: chooseCycles + mini shorthands

This commit is contained in:
Felix Roos
2022-09-14 23:40:48 +02:00
parent ce91d36b7a
commit f0e412a443
3 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export const defaultSynth = new Tone.PolySynth().chain(new Tone.Gain(0.5), Tone.
samples(
{
bd: '808bd/BD0000.WAV',
sd: ['808sd/SD0000.WAV', '808sd/SD0010.WAV', '808sd/SD0050.WAV'],
sd: ['808sd/SD0010.WAV', '808sd/SD0050.WAV', '808sd/SD0000.WAV'],
hh: ['hh27/000_hh27closedhh.wav', 'hh/000_hh3closedhh.wav'],
},
'https://raw.githubusercontent.com/tidalcycles/Dirt-Samples/master/',
+3 -1
View File
@@ -452,7 +452,9 @@ Stacks the given pattern to the current pattern:
## Randomness
These methods add random behavior to your Patterns.
These methods add random behavior to your Patterns.
{{ 'chooseCycles' | jsdoc }}
{{ 'Pattern.degradeBy' | jsdoc }}