mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-06 23:19:44 -04:00
Merge branch 'talk' of https://github.com/tidalcycles/strudel into talk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user