arpWith example
This commit is contained in:
parent
6e315a50ed
commit
86cde9716a
2 changed files with 2 additions and 2 deletions
|
|
@ -836,7 +836,7 @@ Pattern.prototype.collect = function () {
|
|||
* Selects indices in in stacked notes.
|
||||
* @example
|
||||
* note("<[c,eb,g]!2 [c,f,ab] [d,f,ab]>")
|
||||
* .arp("0 [0,2] 1 [0,2]").slow(2)
|
||||
* .arpWith(haps => haps[2])
|
||||
* */
|
||||
Pattern.prototype.arpWith = function (func) {
|
||||
return this.collect()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue