basic pitch envelope
This commit is contained in:
parent
a7daf41934
commit
bdc2af9733
2 changed files with 19 additions and 0 deletions
|
|
@ -891,6 +891,13 @@ const generic_params = [
|
|||
*
|
||||
*/
|
||||
['freq'],
|
||||
// pitch envelope
|
||||
['pattack', 'patt'],
|
||||
['pdecay', 'pdec'],
|
||||
['psustain', 'psus'],
|
||||
['prelease', 'prel'],
|
||||
['penv'],
|
||||
['panchor'], // TODO
|
||||
// TODO: https://tidalcycles.org/docs/configuration/MIDIOSC/control-voltage/#gate
|
||||
['gate', 'gat'],
|
||||
// ['hatgrain'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue