summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJake Zerrer <him@jakezerrer.com>2025-11-01 17:19:05 -0400
committerJake Zerrer <him@jakezerrer.com>2025-11-01 17:28:11 -0400
commit3abdaa1c800ca436765ff6ba3a2f989661023aaa (patch)
tree734216dbd40d98a5cf59fdfe19dd1653a9491618 /src
parent21ca56afe14c33a5abee03e27f126afba98bc43f (diff)
Add todo
Diffstat (limited to 'src')
-rw-r--r--src/midi.clj3
1 files changed, 2 insertions, 1 deletions
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}))