remove pipe + fix examples + add new tunes
This commit is contained in:
parent
62bb91ab14
commit
914d12115c
2 changed files with 125 additions and 134 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue