mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
fix palindrome
This commit is contained in:
@@ -496,6 +496,10 @@ export class Pattern {
|
||||
return this._squeezeBind(func);
|
||||
}
|
||||
|
||||
_striate(n) {
|
||||
|
||||
}
|
||||
|
||||
// cpm = cycles per minute
|
||||
_cpm(cpm) {
|
||||
return this._fast(cpm / 60);
|
||||
@@ -616,7 +620,7 @@ export class Pattern {
|
||||
}
|
||||
|
||||
palindrome() {
|
||||
this.every(2, rev);
|
||||
return this.every(2, rev);
|
||||
}
|
||||
|
||||
juxBy(by, func) {
|
||||
|
||||
Reference in New Issue
Block a user