add missing params to echo

This commit is contained in:
Felix Roos 2022-09-19 23:42:04 +02:00
parent 5d699496ca
commit 227ad332b8

View File

@ -1158,6 +1158,9 @@ export class Pattern {
* @name echo
* @memberof Pattern
* @returns Pattern
* @param {number} times how many times to repeat
* @param {number} time cycle offset between iterations
* @param {number} feedback velocity multiplicator for each iteration
* @example
* s("bd sd").echo(3, 1/6, .8).out()
*/