mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
prettify
This commit is contained in:
parent
e376f25d92
commit
fb52227a92
@ -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…
x
Reference in New Issue
Block a user