mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 05:38:35 +00:00
off
This commit is contained in:
parent
c924057c56
commit
e53ec44d98
@ -433,6 +433,10 @@ class Pattern {
|
||||
return stack([with_pat, without_pat])
|
||||
}
|
||||
|
||||
off(time_pat, func) {
|
||||
return stack([this, func(this._early(time_pat))])
|
||||
}
|
||||
|
||||
// def off(self, time_pat, func):
|
||||
// return stack(self, self.early(time_pat))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user