Merge pull request #740 from ilesinge/shabda_shortcut
Add shabda shortcut
This commit is contained in:
commit
535dfb5099
3 changed files with 71 additions and 2 deletions
|
|
@ -283,7 +283,7 @@ With it, you can enter any sample name(s) to query from [freesound.org](https://
|
|||
|
||||
<MiniRepl
|
||||
client:idle
|
||||
tune={`await samples('https://shabda.ndre.gr/bass:4,hihat:4,rimshot:2.json?strudel=1')
|
||||
tune={`await samples('shabda:bass:4,hihat:4,rimshot:2')
|
||||
stack(
|
||||
n("0 1 2 3").s('bass').slow(2),
|
||||
n("0 1*2 2 3*2").s('hihat'),
|
||||
|
|
@ -291,6 +291,19 @@ stack(
|
|||
).clip(1)`}
|
||||
/>
|
||||
|
||||
You can also generate artificial voice samples with any text, in multiple languages.
|
||||
Note that the language code and the gender parameters are optional and default to `en-GB` and `f`
|
||||
|
||||
<MiniRepl
|
||||
client:idle
|
||||
tune={`await samples('shabda/speech:the_drum,forever')
|
||||
await samples('shabda/speech/fr-FR/m:magnifique')
|
||||
stack(
|
||||
s("the_drum").chop(16).speed(rand.range(0.85,1.1)),
|
||||
s("forever magnifique").slow(8).late(0.25)
|
||||
)`}
|
||||
/>
|
||||
|
||||
# Sampler Effects
|
||||
|
||||
Sampler effects are functions that can be used to change the behaviour of sample playback.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue