From 3abdaa1c800ca436765ff6ba3a2f989661023aaa Mon Sep 17 00:00:00 2001 From: Jake Zerrer Date: Sat, 1 Nov 2025 17:19:05 -0400 Subject: Add todo --- .nrepl-port | 2 +- src/midi.clj | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.nrepl-port b/.nrepl-port index fc3bddb..6afab2c 100644 --- a/.nrepl-port +++ b/.nrepl-port @@ -1 +1 @@ -60589 \ No newline at end of file +50636 \ No newline at end of file diff --git a/src/midi.clj b/src/midi.clj index dac6df4..fcd9d64 100644 --- a/src/midi.clj +++ b/src/midi.clj @@ -27,6 +27,7 @@ (or (not rx?) (= -1 (.getMaxReceivers d))))))) (map #(MidiSystem/getMidiDevice %)))) +;; TODO: git-bug d317eca (defn with-device "Open `device` and then run task returned by invoking `tfn` with `device` as its sole argument." [^MidiDevice device tfn] @@ -66,7 +67,7 @@ ;; NOTE: ;; Be careful, (.close device) will wait for (.send receiver ...) to return. ;; This can lead to deadlocks during cancellation. - ;; + ;; ;; TODO: git-bug a1652f9 (rv midi-message) (log/log! {:level :debug, :id :midi/message-sent})) -- cgit v1.2.3