flyby improvement: add dec synonym to docs

This commit is contained in:
Lu[ke] Wilson
2025-08-01 09:39:33 +01:00
parent ef3cd56b0d
commit 051efdc13b
+1
View File
@@ -306,6 +306,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)
*