refactor uses of voicings
+ fix usages of scaleTranspose
This commit is contained in:
parent
bc43fc9585
commit
b81a66f07e
7 changed files with 32 additions and 14 deletions
|
|
@ -769,7 +769,7 @@ Together with layer, struct and voicings, this can be used to create a basic bac
|
|||
|
||||
<MiniRepl
|
||||
tune={`"<C^7 A7b13 Dm7 G7>".layer(
|
||||
x => x.voicings(['d3','g4']).struct("~ x").note(),
|
||||
x => x.voicings('lefthand').struct("~ x").note(),
|
||||
x => x.rootNotes(2).note().s('sawtooth').cutoff(800)
|
||||
)`}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue