mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 04:28:30 +00:00
prettify
This commit is contained in:
parent
e376f25d92
commit
fb52227a92
@ -780,7 +780,7 @@ class Pattern {
|
|||||||
|
|
||||||
// known as iter' in tidalcycles
|
// known as iter' in tidalcycles
|
||||||
iterBack(times) {
|
iterBack(times) {
|
||||||
return this.iter(times,true)
|
return this.iter(times, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
_chunk(n, func, back = false) {
|
_chunk(n, func, back = false) {
|
||||||
@ -791,7 +791,7 @@ class Pattern {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_chunkBack(n, func) {
|
_chunkBack(n, func) {
|
||||||
return this._chunk(n, func, true)
|
return this._chunk(n, func, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
edit(...funcs) {
|
edit(...funcs) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user