Merge remote-tracking branch 'upstream/main' into betterfmsynth
This commit is contained in:
commit
37c450dd83
43 changed files with 1131 additions and 277 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue