diff options
| author | Jake Zerrer <him@jakezerrer.com> | 2025-11-21 11:51:47 -0500 |
|---|---|---|
| committer | Jake Zerrer <him@jakezerrer.com> | 2025-11-21 12:00:35 -0500 |
| commit | 92fd88be1919ff4cd52bfcd52fdb7eccabe92c08 (patch) | |
| tree | b2a68f59eaa204373c7039fe4d61fac2d5c1ab27 /src/unheard/time_object.clj | |
| parent | 183f346fa51a6a60c5550e9906ef885fd23c16fc (diff) | |
Convert comment to bug
Diffstat (limited to 'src/unheard/time_object.clj')
| -rw-r--r-- | src/unheard/time_object.clj | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/unheard/time_object.clj b/src/unheard/time_object.clj index 1a12099..d2e888f 100644 --- a/src/unheard/time_object.clj +++ b/src/unheard/time_object.clj @@ -17,12 +17,7 @@ [& children] {:start 0, :time-objects children}) -;; FIXME: Currently, composing phrases has exponential -;; time complexity. (Each parent phrase causes recomputation of the -;; time offset of each child phrase.) - -;; I had a variant of phrase that could accept other phrases -;; and time objects as children. I might want to revisit that. +;; BUG c9be408 (defn phrase [& children] (fn [start] |
