prettify
This commit is contained in:
parent
e376f25d92
commit
fb52227a92
1 changed files with 2 additions and 2 deletions
|
|
@ -780,7 +780,7 @@ class Pattern {
|
|||
|
||||
// known as iter' in tidalcycles
|
||||
iterBack(times) {
|
||||
return this.iter(times,true)
|
||||
return this.iter(times, true);
|
||||
}
|
||||
|
||||
_chunk(n, func, back = false) {
|
||||
|
|
@ -791,7 +791,7 @@ class Pattern {
|
|||
}
|
||||
|
||||
_chunkBack(n, func) {
|
||||
return this._chunk(n, func, true)
|
||||
return this._chunk(n, func, true);
|
||||
}
|
||||
|
||||
edit(...funcs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue