diff options
| author | Jake Zerrer <him@jakezerrer.com> | 2025-11-01 17:19:05 -0400 |
|---|---|---|
| committer | Jake Zerrer <him@jakezerrer.com> | 2025-11-01 17:28:11 -0400 |
| commit | 3abdaa1c800ca436765ff6ba3a2f989661023aaa (patch) | |
| tree | 734216dbd40d98a5cf59fdfe19dd1653a9491618 | |
| parent | 21ca56afe14c33a5abee03e27f126afba98bc43f (diff) | |
Add todo
| -rw-r--r-- | .nrepl-port | 2 | ||||
| -rw-r--r-- | 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})) |
