basic pitch envelope

This commit is contained in:
Felix Roos 2024-01-15 23:25:22 +01:00
parent a7daf41934
commit bdc2af9733
2 changed files with 19 additions and 0 deletions

View file

@ -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'],