add octaves control for arpeggios
This commit is contained in:
parent
d231ded7a2
commit
52b8d9d361
3 changed files with 9 additions and 8 deletions
|
|
@ -579,6 +579,7 @@ const generic_params = [
|
|||
['dictionary', 'dict'], // which dictionary to use for the voicings
|
||||
['anchor'], // the top note to align the voicing to, defaults to c5
|
||||
['offset'], // how the voicing is offset from the anchored position
|
||||
['octaves'], // how many octaves are voicing steps spread apart, defaults to 1
|
||||
[['mode', 'anchor']], // below = anchor note will be removed from the voicing, useful for melody harmonization
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue