From 05f94be0253f56310cdcac128e3f14d732efd689 Mon Sep 17 00:00:00 2001 From: Jake Zerrer Date: Thu, 20 Nov 2025 17:12:39 -0500 Subject: jj fix --- src/unheard/time_object.clj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/unheard/time_object.clj b/src/unheard/time_object.clj index e473411..40e16f7 100644 --- a/src/unheard/time_object.clj +++ b/src/unheard/time_object.clj @@ -20,6 +20,9 @@ ;; 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. (defn phrase [& children] (fn [start] -- cgit v1.2.3