Merge branch 'main' into pump

This commit is contained in:
daslyfe 2025-08-03 18:57:19 +02:00
commit 784c711870
3 changed files with 24 additions and 18 deletions

View file

@ -320,6 +320,7 @@ export const { fft } = registerControl('fft');
*
* @name decay
* @param {number | Pattern} time decay time in seconds
* @synonyms dec
* @example
* note("c3 e3 f3 g3").decay("<.1 .2 .3 .4>").sustain(0)
*