doc: chooseCycles + mini shorthands
This commit is contained in:
parent
ce91d36b7a
commit
f0e412a443
3 changed files with 18 additions and 9 deletions
|
|
@ -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/',
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue