remove pipe + fix examples + add new tunes

This commit is contained in:
Felix Roos 2022-02-24 20:17:32 +01:00
parent 62bb91ab14
commit 914d12115c
2 changed files with 125 additions and 134 deletions

View file

@ -636,9 +636,6 @@ class Pattern {
edit(...funcs) {
return stack(...funcs.map(func => func(this)));
}
pipe(func) {
return func(this);
}
_bypass(on) {
on = Boolean(parseInt(on));