summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.nrepl-port2
-rw-r--r--src/midi.clj3
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}))