This commit is contained in:
Felix Roos
2022-09-04 21:01:55 +02:00
11 changed files with 1061 additions and 1108 deletions
-7
View File
@@ -1014,13 +1014,6 @@ export class Pattern {
return this._chunk(n, func, true);
}
edit(...funcs) {
return stack(...funcs.map((func) => func(this)));
}
pipe(func) {
return func(this);
}
_bypass(on) {
on = Boolean(parseInt(on));
return on ? silence : this;