add missing params to echo
This commit is contained in:
parent
5d699496ca
commit
227ad332b8
1 changed files with 3 additions and 0 deletions
|
|
@ -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()
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue