mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
fix: each example
This commit is contained in:
parent
9717c696d8
commit
f279c61792
@ -1050,7 +1050,7 @@ export class Pattern {
|
|||||||
* @param {function} func function to apply
|
* @param {function} func function to apply
|
||||||
* @returns Pattern
|
* @returns Pattern
|
||||||
* @example
|
* @example
|
||||||
* note("c3 d3 e3 g3").every(4, x=>x.rev())
|
* note("c3 d3 e3 g3").each(4, x=>x.rev())
|
||||||
*/
|
*/
|
||||||
each(n, func) {
|
each(n, func) {
|
||||||
const pat = this;
|
const pat = this;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user