flyby improvement: add dec synonym to docs
This commit is contained in:
parent
ef3cd56b0d
commit
051efdc13b
1 changed files with 1 additions and 0 deletions
|
|
@ -306,6 +306,7 @@ export const { fft } = registerControl('fft');
|
||||||
*
|
*
|
||||||
* @name decay
|
* @name decay
|
||||||
* @param {number | Pattern} time decay time in seconds
|
* @param {number | Pattern} time decay time in seconds
|
||||||
|
* @synonyms dec
|
||||||
* @example
|
* @example
|
||||||
* note("c3 e3 f3 g3").decay("<.1 .2 .3 .4>").sustain(0)
|
* note("c3 e3 f3 g3").decay("<.1 .2 .3 .4>").sustain(0)
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue