mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-23 13:42:56 -04:00
off
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user