Merge remote-tracking branch 'upstream/main' into betterfmsynth

This commit is contained in:
Felix Roos 2023-08-31 11:52:41 +02:00
commit 37c450dd83
43 changed files with 1131 additions and 277 deletions

View file

@ -153,6 +153,9 @@ const generic_params = [
*/
['bank'],
['analyze'], // analyser node send amount 0 - 1 (used by scope)
['fft'], // fftSize of analyser
/**
* Amplitude envelope decay time: the time it takes after the attack time to reach the sustain level.
* Note that the decay is only audible if the sustain value is lower than 1.
@ -510,6 +513,9 @@ const generic_params = [
*
*/
['lsize'],
// label for pianoroll
['activeLabel'],
[['label', 'activeLabel']],
// ['lfo'],
// ['lfocutoffint'],
// ['lfodelay'],