mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-26 21:18:49 +00:00
fix palindrome
This commit is contained in:
parent
f1ac9c4443
commit
031b93f062
@ -496,6 +496,10 @@ export class Pattern {
|
|||||||
return this._squeezeBind(func);
|
return this._squeezeBind(func);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_striate(n) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// cpm = cycles per minute
|
// cpm = cycles per minute
|
||||||
_cpm(cpm) {
|
_cpm(cpm) {
|
||||||
return this._fast(cpm / 60);
|
return this._fast(cpm / 60);
|
||||||
@ -616,7 +620,7 @@ export class Pattern {
|
|||||||
}
|
}
|
||||||
|
|
||||||
palindrome() {
|
palindrome() {
|
||||||
this.every(2, rev);
|
return this.every(2, rev);
|
||||||
}
|
}
|
||||||
|
|
||||||
juxBy(by, func) {
|
juxBy(by, func) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user