wip: new voicing function
This commit is contained in:
parent
9438c69bed
commit
110e179e9e
4 changed files with 57 additions and 1 deletions
|
|
@ -573,6 +573,12 @@ const generic_params = [
|
|||
// TODO: dedup with synth param, see https://tidalcycles.org/docs/reference/synthesizers/#superpiano
|
||||
// ['velocity'],
|
||||
['voice'], // TODO: synth param
|
||||
|
||||
// voicings
|
||||
['chord'], // https://github.com/tidalcycles/strudel/issues/506
|
||||
['voiceBelow', 'voicebelow'], // https://github.com/tidalcycles/strudel/issues/506
|
||||
['voiceMax', 'voicemax'], // https://github.com/tidalcycles/strudel/issues/506
|
||||
|
||||
/**
|
||||
* Sets the level of reverb.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue