mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 21:48:27 +00:00
fix: rootNotes example
This commit is contained in:
parent
f279c61792
commit
83263968f2
@ -769,9 +769,9 @@ Together with layer, struct and voicings, this can be used to create a basic bac
|
|||||||
|
|
||||||
<MiniRepl
|
<MiniRepl
|
||||||
tune={`"<C^7 A7b13 Dm7 G7>".layer(
|
tune={`"<C^7 A7b13 Dm7 G7>".layer(
|
||||||
x => x.voicings(['d3','g4']).struct("~ x"),
|
x => x.voicings(['d3','g4']).struct("~ x").note(),
|
||||||
x => x.rootNotes(2).tone(synth(osc('sawtooth4')).chain(out()))
|
x => x.rootNotes(2).note().s('sawtooth').cutoff(800)
|
||||||
).note()`}
|
)`}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- TODO: use range instead of octave. -->
|
<!-- TODO: use range instead of octave. -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user